| is.FL {FLCore} | R Documentation |
These methods return TRUE if the given object is of the corresponding class, and
FALSE otherwise.
These methods should be substituted by calls to is and will very
likely be deprecated in future releases.
is.FLQuants(object)
is.FLBiols(object)
is.FLCatches(object)
is.FLFleets(object)
is.FLIndices(object)
is.FLMetiers(object)
is.FLStocks(object)
The FLR Team
# This call ... is.FLQuant(FLQuant()) # ... should be substituted by is(FLQuant(), 'FLQuant')