Learn R Programming

drc (version 1.2-0)

leaflength: Leaf length of barley

Description

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

Usage

data(leaflength)

Arguments

source

Nina Cedergreen, Royal Veterinary and Agricultural University, Denmark.

Details

The dataset exhibits a large hormetical effect.

Examples

Run this code
## 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)

Run the code above in your browser using DataLab