FLQuantPoint-accesors {FLCore}R Documentation

Method lowq

Description

These are the accesor and replacement methods for the various elements stored in an FLQuantPoint-class object along the sixth dimension.

Generic function

lowq(x) lowq<-(x,value) mean(x) mean<-(x,value) median(x,na.rm) median<-(x,value) uppq(x) uppq<-(x,value) var(x,y,na.rm,use) var<-(x,value)

Methods

signature(x=FLQuantPoint) :
Returns the given iter
signature(x=FLQuantPoint, value=FLQuant) :
Replaces the given iter with the value FLQuant

Author(s)

The FLR Team

See Also

FLComp

Examples

flq <- FLQuant(rnorm(2000), dim=c(10,20,1,1,1,200))
flqp <- FLQuantPoint(flq)
mean(flqp)
mean(flqp) <- FLQuant(rnorm(200, 10, 3), dim=c(10,20))

[Package FLCore version 2.2 Index]