problem-4.27
problem-4.27
Scatterplots are made using
xyplot()
.
> xyplot(circumference ~ age | Tree, data = Orange)
From these, the growths seem to be similar.