| rape | R Documentation |
This files describes the germination of rapeseed (cv. Excalibur) at different water potential levels in the substrate.
data("rape")
A data frame with 294 observations on the following 7 variables.
Psia numeric vector: waterpotential level
Disha numeric vector: code for Petri dishes
timeBefa numeric vector: beginning of scoring interval
timeAfa numeric vector: end of scoring interval
nSeedsa numeric vector: number of germinated seeds, between timeBef and timeAf
nCuma numeric vector: cumulative number of germinated seeds at timeAf
propCuma numeric vector: cumulative proportion of germinated seeds at timeAf
Pace, R., Benincasa, P., Ghanem, M.E., Quinet, M., Lutts, S., 2012. Germination of untreated and primed seeds in rapeseed (Brassica napus var. oleifera Del.) under salinity and low matric potential. Experimental Agriculture 48, 238–251.
Pace, R., Benincasa, P., Ghanem, M.E., Quinet, M., Lutts, S., 2012. Germination of untreated and primed seeds in rapeseed (Brassica napus var. oleifera Del.) under salinity and low matric potential. Experimental Agriculture 48, 238–251.
#Fitting a hydrotime model
library(drcte)
data(rape)
gmod <- drmte(nSeeds ~ timeBef + timeAf + Psi,
data = rape, fct = HTE1())
summary(gmod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.