festuca | R Documentation |
This files describes the relationship between germination rate and Festuca arundinacea. Three germination percentiles are considered for germination rate, i.e. GR10, GR30 and GR50.
data("festuca")
A data frame with 36 observations on the following 3 variables.
g
a numeric vector: the germination percentile
Psi
a numeric vector: water potential in the substrate (in MPa)
GR
a numeric vector: germination rates in 1/d
TEI F, BENINCASA P and CIRICIOFOLO E (2001) Effetto del potenziale idrico e della temperatura sulla germinazione di alcune specie graminacee da tappeto erboso. In: Atti XXXIV Convegno della Società Italiana di Agronomia, Pisa, Italy, 200–201.
TEI F, BENINCASA P and CIRICIOFOLO E (2001) Effetto del potenziale idrico e della temperatura sulla germinazione di alcune specie graminacee da tappeto erboso. In: Atti XXXIV Convegno della Società Italiana di Agronomia, Pisa, Italy, 200–201.
data(festuca)
modGR1 <- drm(GR ~ Psi, fct=GRPsiLin(),
data=festuca, curveid=g)
summary(modGR1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.