is.FLStocks {FLCore}R Documentation

FLStocks

Description

Testing for FLStocks list objects

Usage

  is.FLStocks(x)

Arguments

x

{a FLStocks object.}

Value

is.FLStocks returns TRUE or FALSE depending on whether the object is or not of class FLStocks.

Author(s)

FLR Team

See Also

FLStocks-class

Examples

## Not run: 
    data(ple4)
    fl <- FLStocks()
    fl[[1]] <- ple4
    is.FLStocks(fl)
## End(Not run)

[Package FLCore version 1.4-3 Index]