| FLQuantPoint-accesors {FLCore} | R Documentation |
These are the accesor and replacement methods for the various elements stored in an
FLQuantPoint-class object along the sixth dimension.
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)
The FLR Team
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))