csbread: Reads the state of a structured population model from a CSB file
Description
csbread reads a CSB file, which is generated by PSPMdemo,
PSPMequi, PSPMecodyn and PSPMevodyn
to save the entire state of the environmental variables and physiologically
structured populations during computations.
Usage
csbread(csbfile = NULL, state = -1)
Value
If a specific state is specified and found in the file, the state is
returned as a list.
Arguments
csbfile
(string, required)
Name of the CSB file to be read with or without '.csb' extension.
state
(integer, optional)
If not specified csbread will list the states that are
stored in the CSB file. If specified, it should be the name or index
of one of the states in the CSB file.