# NOT RUN {
data(Grain)
# Usual visualization for paired data (2 clusters?)
with(Grain, plot(paired(GreatNorthern,BigFour)))
# Are they actually "adjacent" plots?
# Why this variable Year?
# Is there any time trend?
with(Grain, plot(Year,GreatNorthern,type="o"))
with(Grain, plot(Year,BigFour,type="o"))
# }
Run the code above in your browser using DataLab