On Fri, 27 Sep 2019, Rolf Turner wrote:
You may better off using base R graphics, unless there are considerations
which demand the use of lattice. Something like this, maybe:
plot(maxtemp ~ sampdate, data=watertemp, type="h", col="red",
<annotation arguments>)
points(maxtemp ~ sampdate, data=watertemp, type="h",col="blue")
Rolf,
Thanks very much.
Regards,
Rich
______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.