bnamR: bnamR Read in and reshape the bnam model output file. This...

View source: R/bnamR.r

bnamRR Documentation

bnamR Read in and reshape the bnam model output file. This currentely requires a specific format of bnam output (from Brickman Oct 2019).

Description

bnamR Read in and reshape the bnam model output file. This currentely requires a specific format of bnam output (from Brickman Oct 2019).

Usage

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
)

Arguments

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

Author(s)

Adam Cook

Examples

anc = bnam(redo = T)

LobsterScience/bio.lobster documentation built on Feb. 14, 2025, 3:28 p.m.