Function to load various txt files from Atlantis simulations
See also
Other load functions:
load_box(),
load_bps(),
load_dietcheck(),
load_fgs(),
load_init(),
load_init_age(),
load_mort(),
load_nc(),
load_nc_physics(),
load_rec(),
load_spec_mort(),
load_spec_pred_mort()
Examples
d <- system.file("extdata", "setas-model-new-trunk", package = "atlantistools")
file <- file.path(d, "outputSETASSSB.txt")
load_txt(file)
#> # A tibble: 8 × 3
#> time code atoutput
#> <dbl> <chr> <dbl>
#> 1 0 FPS 0
#> 2 0 FVS 0
#> 3 365 FPS 1320.
#> 4 365 FVS 6010.
#> 5 730 FPS 992.
#> 6 730 FVS 2365.
#> 7 1094. FPS 889.
#> 8 1094. FVS 1748.