FLQuantPoint {FLCore}R Documentation

Method FLQuantPoint

Description

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).

Generic function

FLQuantPoint(object)

Methods

signature(object=FLQuant) :
Describe method

Author(s)

The FLR Team

See Also

FLComp

Examples

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

[Package FLCore version 2.2 Index]