| FLQuantPoint {FLCore} | R Documentation |
Objects of class FLQuantPoint-class can be created using this method,
applied to an object of class FLQuant with length two or more along its
sixth dimension (iter).
FLQuantPoint(object)
The FLR Team
flq <- FLQuant(rnorm(2000), dim=c(10,20,1,1,1,200)) flqp <- FLQuantPoint(flq)