bnamR | R Documentation |
bnamR Read in and reshape the bnam model output file. This currentely requires a specific format of bnam output (from Brickman Oct 2019).
bnamR(
redo = F,
bnam_location = "~/Downloads/BNAM_Tbtm_1990_2018.mat",
outfile = file.path(project.datadirectory("bio.lobster"), "Temperature Data", "BNAM",
"bnams.reshape.rds"),
standard = T,
projections = F,
yr = 2055
)
redo |
= if redo = T redo the reshape, else load in the previously reshaped file |
bnam_location |
= location of the file (Brickman Oct 2019 structure) |
outfile |
= where you want the output to live |
Adam Cook
anc = bnam(redo = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.