Learn R Programming

mizer (version 3.0.0)

is.ArraySpeciesBySize: Test if an object is a ArraySpeciesBySize

Description

Test if an object is a ArraySpeciesBySize

Usage

is.ArraySpeciesBySize(x)

Value

TRUE if x is an ArraySpeciesBySize object, FALSE otherwise.

Arguments

x

An object to test.

Examples

Run this code
is.ArraySpeciesBySize(getEncounter(NS_params))
is.ArraySpeciesBySize(matrix(1:4, nrow = 2))

Run the code above in your browser using DataLab