# sharma.mutation1.R
# Reason not used:
# Source: Biometry book by Sharma
library(asreml)
library(kw)
library(Hmisc)
library(lattice)
setwd("c:/x/rpack/agridat2/")
dat <- import("sharma.mutation1.csv")
xyplot(mortality ~ dose | gen, data=dat, group=rep, layout=c(1,3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.