powered by
data(sport.df)
ID
sex
sport
BMI
X.Bfat
data(sport.df) library(lattice) xyplot(X.Bfat~BMI|sport*sex,xlab="BMI",ylab="X.Bfat",data=sport.df)
Run the code above in your browser using DataLab