Kmodel_aggregate_day | R Documentation |
For use in predicting K
Kmodel_aggregate_day(
data_ply,
ply_validity,
...,
columns = c("discharge", "velocity")
)
data_ply |
a data.frame containing all relevant, validated modeling data for a single ply of data. (1 ply ~= 1 date, although the day length has been specified by day_start and day_end and may not be exactly 24 hours) |
ply_validity |
the output of |
... |
other args that were passed untouched from the function calling mm_model_by_ply, through mm_model_by_ply, and finally to this function. |
columns |
character vector of names of columns to aggregate |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.