Description Usage Arguments Value See Also Examples
View source: R/get-conv-mgnbiot.R
Extract conversion factor used to transform data from nitrogen in mg to biomass in tonnes.
1  | get_conv_mgnbiot(prm_biol)
 | 
prm_biol | 
 Character string giving the connection to the biological parameterfile.
The filename usually contains   | 
Conversion factor as numeric value.
Other get functions: 
get_boundary(),
get_colpal(),
get_groups()
1 2 3 4  | d <- system.file("extdata", "setas-model-new-trunk", package = "atlantistools")
prm_biol <- file.path(d, "VMPA_setas_biol_fishing_Trunk.prm")
get_conv_mgnbiot(prm_biol)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.