[R] Removing default loess line from scatterplot ({car})
nprause
Nicole.Prause at gmail.com
Fri Nov 16 00:01:11 CET 2012
scatterplot() is autogenerating a regression and loess line. I want to remove
the loess line, but can only find samples for how to add it. I definitely do
not have code that adds it (see below), so I am puzzling...
scatterplot(Aroused ~ anxious | group,
data=data,
xlab="Aroused",
ylab="Anxious",
main="Arousal and anxiety ratings",
xlim=c(0.5, 9.5), ylim=c(0.5, 9.5),
legend.plot=F,
)
legend(6,2,c("Controls", "Patients"),group)
--
View this message in context: http://r.789695.n4.nabble.com/Removing-default-loess-line-from-scatterplot-car-tp4649668.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list