asOld {FLCore}R Documentation

Old S3 coercion methods

Description

These methods convert or coerce an object of a given class into another class. They follow the S3 syntax for coercion methods and are being slowly substituted by as() (see coerce.

Generic function

as.FLBiol(object)
Convert to an FLBiol-class
as.FLIndex(object)
Convert to an FLIndex-class
as.FLSR(object)
Convert to an FLSR-class
as.FLQuant(x)
Convert to an FLQuant-class

Methods

signature(object=FLBiol) :
Describe method
signature(object=FLStock) :
Describe method
signature(object=FLFleet) :
Describe method
signature(object=FLStock) :
Describe method
signature(object=FLBiol) :
Describe method
signature(x=array) :
Describe method
signature(x=matrix) :
Describe method
signature(x=FLQuant) :
Describe method
signature(x=vector) :
Describe method
signature(x=data.frame) :
Describe method

Author(s)

The FLR Team

See Also

FLComp


[Package FLCore version 2.2 Index]