| is.FLStocks {FLCore} | R Documentation |
Testing for FLStocks list objects
is.FLStocks(x)
x |
{a FLStocks object.}
is.FLStocks returns TRUE or FALSE depending on whether the object is or not of class FLStocks.
FLR Team
## Not run:
data(ple4)
fl <- FLStocks()
fl[[1]] <- ple4
is.FLStocks(fl)
## End(Not run)