is.FL: Methods to determine the class of a given object

Description Generic function Methods Author(s) See Also Examples

Description

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.

Generic function

is.FLQuants(object)

is.FLBiols(object)

is.FLCatches(object)

is.FLFleets(object)

is.FLIndices(object)

is.FLMetiers(object)

is.FLStocks(object)

Methods

signature(object=ANY) :

Describe method

Author(s)

The FLR Team

See Also

is

Examples

1
2
3
4
# This call ...
is.FLQuant(FLQuant())
# ... should be substituted by
is(FLQuant(), 'FLQuant')

FLCore documentation built on May 2, 2019, 5:46 p.m.