FLQuantPoint-accesors: Method lowq

Description Generic function Methods Author(s) See Also Examples

Description

These are the accesor and replacement methods for the various elements stored in an FLQuantPoint 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

1
2
3
4
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))

FLCore documentation built on May 2, 2019, 5:46 p.m.