View source: R/fixed.parameters0.R
fixed.parameters0 | R Documentation |
This function generates a set of fixed parameters for series with only 0 counts.
The parameter series must be a result from add_phenology().
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
## 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.