Description Generic function Methods Author(s) See Also Examples
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)
Describe method
The FLR Team
is
1 2 3 4 | # This call ...
is.FLQuant(FLQuant())
# ... should be substituted by
is(FLQuant(), 'FLQuant')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.