names {FLCore}R Documentation

Method names

Description

The names method returns the names of the dimnames of an object. For some classes, the names attribute can be modified directly using names<-.

Generic function

names(x) names<-(x, value)

Methods

signature(x=FLQuant) :
Returns the names of the dimnames of x
signature(x=FLPar) :
Returns the names of the dimnames of x
signature(x=FLlst) :
Returns the names of the elements of x

Author(s)

The FLR Team

See Also

names

Examples

data(ple4)
names(catch.n(ple4))

[Package FLCore version 2.2 Index]