leaflength {drc}R Documentation

Leaf length of barley

Description

In an experiment barley was grown in a hydroponic solution with a herbicide.

Usage

data(leaflength)

Format

A data frame with 42 observations on the following 2 variables.

Dose
a numeric vector
DW
a numeric vector

Details

The dataset exhibits a large hormetical effect.

Source

Nina Cedergreen, Royal Veterinary and Agricultural University, Denmark.

Examples


## Fitting a hormesis model
fit.ml3c <- multdrc(DW~Dose, data=leaflength, fct=ml3c(), boxcox=TRUE)

## Plottinf fitted curve and original data
plot(fit.ml3c, conLevel=0.001, type="points", legend=FALSE, 
ylab="Produced leaf length(cm)", xlab="Metsulfuron-methyl(mg/l)",
main="Hormesis: leaf length of barley")

rm(fit.ml3c)


[Package drc version 1.5-2 Index]