magarey.define.param: Define values of the parameters for the Magarey model

Description Usage Arguments Value Examples

Description

Define values of the parameters for the Magarey model

Usage

1
magarey.define.param(species = "unkown")

Arguments

species

: name of a species. By default, value for an "unkown" species are given. Other possibility are "G.citricarpa" or "Kaki.fungus"

Value

matrix with parameter values (nominal, binf, bsup)

Examples

1
2
magarey.define.param(species="G.citricarpa")
magarey.define.param(species="Kaki.fungus")

Example output

[1] "parameter values for species :  G.citricarpa"
        Tmin Topt Tmax Wmin Wmax
nominal   NA   NA   NA   NA   NA
binf      10   25   32   12   35
bsup      15   30   35   14   48
[1] "parameter values for species :  Kaki.fungus"
        Tmin Topt Tmax Wmin Wmax
nominal    7   18   30   10   42
binf       2   14   27    5   18
bsup      13   26   35   17   90

ZeBook documentation built on May 1, 2019, 9:48 p.m.