powered by
Transform data from bgm-file to map dataframe.
convert_bgm(bgm)
Character string giving the connection to the atlantis bgm file. The filename ends in .bgm.
.bgm
Other convert functions: convert_factor, convert_time
convert_factor
convert_time
# 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