load_obs | R Documentation |
Load observations
load_obs(obs_daily_path, obs_sum_path, project_path, dailyVar, sumVar)
obs_daily_path |
Path to the file of daily observations |
obs_sum_path |
Path to the file of summary observations |
project_path |
Path to the directory of input files |
dailyVar |
Vector of the names of variables to estimate (variables from daily file) |
sumVar |
Vector of the names of variables to estimate (variables from summary file) |
List of observed values to use for parameter estimation
A named list
(names = situations names) of data.frame containing
one column named Date with the dates (Date or POSIXct format) of the different observations
and one column per observed variables with either the measured values or NA, if
the variable is not observed at the given date
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.