View source: R/utils-data-summarize.R
normalize_obs
will normalize the observations to the
provided effort vector, if obs_per_effort
is TRUE.
normalize_effort
will generate a default effort vector if it is
not provided, (effort = 1 over the provided obs
time series)
normalize_times
will generate a default times vector if it is
not provided, (times = seq(length(obs))
)
1 2 3 4 5 | normalize_obs(obs, effort, obs_per_effort = !is.null(effort))
normalize_times(obs, times = NULL)
normalize_effort(obs, effort = NULL)
|
obs |
the time series of |
effort |
|
obs_per_effort |
|
times |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.