powered by
data(cycles.df)
yarn.length
amplitude
load
cycles
data(cycles.df) library(lattice) dotplot(cycles~yarn.length|amplitude*load,xlab="Yarn length", ylab="Cycles to failure",data=cycles.df, strip=function(...)strip.default(...,strip.names=TRUE))
Run the code above in your browser using DataLab