Description Usage Arguments Details Value Author(s) Examples
View source: R/fixed.parameters0.R
This function generates a set of fixed parameters for series with only 0 counts.
The parameter series must be a result from add_phenology().
1 2 3 | fixed.parameters0(
series = stop("A result from add_phenology() must be provided.")
)
|
series |
Set of series generated with add_phenology() |
fixed.parameters0 generates a set of fixed parameters for series with only 0 counts
Return a set of parameters
Marc Girondot
1 2 3 4 5 6 7 | ## Not run:
refdate <- as.Date("2001-01-01")
data_Gratiot <- add_phenology(Gratiot, name="Complete",
reference=refdate, format="%d/%m/%Y")
pfixed <- fixed.parameters0(data_Gratiot)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.