Description Usage Arguments Value Examples
This function process YAPOS input data limiting the simulation to a list of zones.
1 | subset_sim(sim_data, zones)
|
sim_data |
Simulation inputs loaded with 'read_input_from_folder' or 'read_input_from_netcdf' |
zones |
Vector of the zones to be used for subsetting |
YAPOS input data
1 2 3 | target_nc_file <- system.file("extdata", "es-pt-fr.nc", package = "yaposer", mustWork = TRUE)
input_data_3_zones <- read_input_from_netcdf(target_nc_file)
input_data_2_zones <- subset_sim(input_data_3_zones, zones = c('ES', 'PT'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.