View source: R/ArraySpeciesBySize-class.R
| resolve_array_type | R Documentation |
Called by the array constructors. An explicit type is validated and used as
given; NULL means the constructor was called without the argument, in which
case a density is recognised from the other metadata, the way mizer
recognised one before the type attribute existed. That keeps arrays built
by extension packages, and arrays saved by earlier versions, behaving as they
did.
resolve_array_type(type, value_name = NULL, units = NULL)
type |
The type supplied to the constructor, or |
value_name |
The |
units |
The |
One of array_types.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.