data-raw/cochran.eelworms.R

# cochran.eelworms.R

setwd("c:/drop/rpack/agridat")
dat <- readxl::read_excel("data-raw/cochran.eelworms.xlsx")

libs(lattice)
splom(dat[ , 5:10], group=dat$fumigant, auto.key=TRUE)

## ---------------------------------------------------------------------------
# export

libs(kw)
cochran.eelworms <- dat
agex(cochran.eelworms, prompt=FALSE)
kwstat/agridat documentation built on July 5, 2024, 1:07 a.m.