Learn R Programming

atlantistools (version 0.4.3)

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

Description

Transform data from bgm-file to map dataframe.

Usage

convert_bgm(bgm)

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

Run this code
# NOT RUN {
d <- system.file("extdata", "setas-model-new-trunk", package = "atlantistools")
bgm <- file.path(d, "VMPA_setas.bgm")

bgm <- convert_bgm(bgm)
head(bgm)
# }

Run the code above in your browser using DataLab