plant.coupmodel: Interpolate plant properties using the 'Coupmodel' method.

Description Usage Arguments Examples

View source: R/plantcoupmodel.R

Description

Creates a daily sequence for one year from parameters

Usage

1
2
plant.coupmodel(minval, maxval, doy.incr, doy.max, doy.min, shape.incr,
  shape.decr, maxdoy)

Arguments

minval

minimum value

maxval

maximum value

doy.incr

date (day of year) when increasing to maxval begins

doy.max

date (day of year) when maxval is reached

doy.min

date (day of year) when minval is reached

shape.incr

shape parameter of the increasing phase

shape.decr

shape parameter of the decreasing phase

maxdoy

length of the year, 366 for leap years, 365 for normal years

Examples

1
plot(plant.coupmodel(0,5, 121, 200, 280, 0.3, 3, 365))

pschmidtwalter/brook90r documentation built on April 6, 2020, 6:35 p.m.