get_conv_mgnbiot: Extract conversion factor used to transform data from...

Description Usage Arguments Value See Also Examples

View source: R/get-conv-mgnbiot.R

Description

Extract conversion factor used to transform data from nitrogen in mg to biomass in tonnes.

Usage

1
get_conv_mgnbiot(prm_biol)

Arguments

prm_biol

Character string giving the connection to the biological parameterfile. The filename usually contains biol_fishing and does end in .prm.

Value

Conversion factor as numeric value.

See Also

Other get functions: get_boundary(), get_colpal(), get_groups()

Examples

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)

alketh/atlantistools documentation built on Oct. 30, 2021, 5:46 a.m.