Displaying 1 result from an estimated 1 matches for "a3l".
Did you mean:
a3
2005 Sep 23
1
panel.linejoin groups
...so far successfully, but I need help creating a plot I desire for some
new data I have.
This data frame consists of the same type of measurement (Eh) for 27
different locations. I have 8000+ measurements for each location, and
my datalogger organizes the output like this:
Date A1L A2L A3L
2005-07-14 22:00 208.1 -178.5 196.8
2005-07-14 22:10 207.9 -184.3 200.0
Now I'm having trouble plotting A1L, A2L, A3L on the same plot as a
function of Date. I thought I would try panel.linejoin, like so:
xyplot(data=redox2, A1L + A2L + A3L ~ Date,
panel=function(x,y,...){panel.linej...