check_obsSim_consistency: Check the consistency of observation and simulation lists

View source: R/obsSim_consistency.R

check_obsSim_consistencyR Documentation

Check the consistency of observation and simulation lists

Description

Check the consistency of observation and simulation lists

Usage

check_obsSim_consistency(sim_list, obs_list)

Arguments

sim_list

List of simulated values

obs_list

List of observed values

Details

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


SticsRPacks/CroptimizR documentation built on Dec. 16, 2024, 11:54 a.m.