View source: R/pretreatment_data.R
pretreatment_data | R Documentation |
Uses the tapas::pretreatment() function to virtually re-sample time series at equal sampling intervals.
pretreatment_data(
series = NULL,
out = "accI",
interp_missing = TRUE,
series.name = NA,
first = NULL,
last = NULL,
yrInterp = NULL
)
series |
A matrix with the following first columns:
|
out |
Desired return value:
|
interp_missing |
Logical. Specifies whether the function
interpolates missing values. By default
|
series.name |
A string defining typically the site name. Defaults to
|
first , last |
Age boundaries of the resampled time serie.
If unspecified ( |
yrInterp |
Resolution of the resampled timeseries. |
A list with the resampled (binned) data according to
out
parameter.
Walter Finsinger
co <- tapas::co_char_data
co_i <- tapas::pretreatment_data(co)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.