View source: R/obsSim_consistency.R
check_obsSim_consistency | R Documentation |
Check the consistency of observation and simulation lists
check_obsSim_consistency(sim_list, obs_list)
sim_list |
List of simulated values |
obs_list |
List of observed values |
This function checks: (i) that Date columns in obs and sim are either in Date or POSIXct formats (ii) that variables in obs and sim list have same types and are numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.