convert_bgm: Transform data from bgm-file to map dataframe.

Description Usage Arguments See Also Examples

View source: R/convert-bgm.R

Description

Transform data from bgm-file to map dataframe.

Usage

1

Arguments

bgm

Character string giving the connection to the atlantis bgm file. The filename ends in .bgm.

See Also

Other convert functions: convert_factor, convert_time

Examples

1
2
3
4
5
d <- system.file("extdata", "setas-model-new-trunk", package = "atlantistools")
bgm <- file.path(d, "VMPA_setas.bgm")

bgm <- convert_bgm(bgm)
head(bgm)

atlantistools documentation built on Aug. 16, 2017, 9:05 a.m.