Displaying 1 result from an estimated 1 matches for "simplot".
Did you mean:
semplot
2010 Sep 09
0
Plotting dates and grid lines on the X-Axis of xyplot
...64
2908 Case 2 821 P-1 Water 139.388805
2909 Case 2 851 P-1 Water 139.494947
2910 Case 2 882 P-1 Water 137.556790
2911 Case 2 912 P-1 Water 155.668018
2912 Case 2 943 P-1 Water 169.410378
2913 Case 2 974 P-1 Water 172.121117
And here is the code that I am using
simPlot<-function(theData, theWell, start="2000-01-01", obs="Observed",
streams,
order=(1:nStreams), heights=1, headings=streams, xby="years", ...){
# process streams
if(missing(streams)) {
pData <- subset(theData, theData$Well==theWell)
streams<-levels(p...