sh.feeding | R Documentation |
Takes data from an Atlantis group file (.csv), biology parameter file (.prm), and initial conditions file (.nc) and produces visualisations of the vertebrate feeding data in the form of a shiny application.
sh.feeding(grp.file, prm.file, nc.file)
grp.file |
Atlantis group file (.csv). |
prm.file |
Atlantis biological parameter file (.prm). |
nc.file |
Initial conditions NetCDF file (.nc). |
Object of class 'shiny.appobj' see shinyApp
.
## Not run:
bgm.file <- "VMPA_setas.bgm"
nc.file <- "INIT_VMPA_Jan2015.nc"
sh.init(grp.file, prm.file, nc.file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.