Skip to contents

Test if an object is a ArrayTimeBySpecies

Usage

is.ArrayTimeBySpecies(x)

Arguments

x

An object to test.

Value

TRUE if x is an ArrayTimeBySpecies object, FALSE otherwise.

Examples

is.ArrayTimeBySpecies(getBiomass(NS_sim))
#> [1] TRUE
is.ArrayTimeBySpecies(matrix(1:4, nrow = 2))
#> [1] FALSE