fixed.parameters0: Generate a set of fixed parameters for series with only 0...

View source: R/fixed.parameters0.R

fixed.parameters0R Documentation

Generate a set of fixed parameters for series with only 0 counts

Description

This function generates a set of fixed parameters for series with only 0 counts.
The parameter series must be a result from add_phenology().

Usage

fixed.parameters0(
  series = stop("A result from add_phenology() must be provided.")
)

Arguments

series

Set of series generated with add_phenology()

Details

fixed.parameters0 generates a set of fixed parameters for series with only 0 counts

Value

Return a set of parameters

Author(s)

Marc Girondot

Examples

## 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)

phenology documentation built on Oct. 16, 2023, 9:06 a.m.