Description Usage Arguments Value Examples
View source: R/read_input_from_netcdf.R
This function opens a NetCDF file containing the results of a YAPOS simulation and extracts the inputs.
1 | read_input_from_netcdf(nc_output_file)
|
nc_output_file |
Path to the NetCDF file |
A list with all the inputs
1 2 | target_nc_file <- system.file("extdata", "es-pt-fr.nc", package = "yaposer", mustWork = TRUE)
inputs <- read_inputs_from_netcdf(target_nc_file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.