set.species.map {rconifers} | R Documentation |
This function assigns the mapping of user defined species codes to the functional species within the CONIFERS growth model.
set.species.map( variant )
variant |
0 or 1:
|
The set.species.map is how the user controls the behavior of
the functional species that is used to project individual plants
forward. The idx *must* be a zero-offset index vector which is
assigned the element SPECIES_RECORD[idx]
in the model. This
function is used to control the mapping between the user species code
and the functional species codes in the growth model.
no value is returned.
Jeff D. Hamann jeff.hamann@forestinformatics.com,
Martin W. Ritchie mritchie@fs.fed.us
Ritchie, M.W. 2008. User's Guide and Help System for CONIFERS: A Simulator for Young Conifer Plantations Version 4.10. See http://www.fs.fed.us/psw/programs/ecology_of_western_forests/projects/conifers/
calc.max.sdi
,
impute
,
plants.smc
,
plots.smc
plants.swo
,
plots.swo
,
rconifers
,
sample.data
,
set.variant
,
smc
,
summary.sample.data
,
swo
library( rconifers ) # Example 1 ## set the variant to the SWO variant and set species map set.species.map( set.variant(0)) # Example 2 ## set the variant to the SMC variant set.species.map( set.variant(1))