beetGrowth {drc}R Documentation

Example of plant growth curve from Covarelli and Onofri (1998)

Description

Crop weight (grams per square meter of dry matter) was recorded at several times after plant emergence

Usage

data(beetGrowth)

Format

A data frame with 186 observations on the following 3 variables.

DAE
a numeric vector
weightInf
a numeric vector
weightFree
a numeric vector

Source

Covarelli G. and Onofri A., 1998. Effects of timing of weed removal and emergence in sugarbeet. Proceedings 6th EWRS Mediterranea Symposium, Montpellier, 65-72.

Examples


model <- drm(weightInf ~ DAE, data  = beetGrowth, fct=gompGrowth.1())
plot(model, log="")
summary(model)

[Package drc version 1.6-1 Index]