Displaying 1 result from an estimated 1 matches for "plot_midday_weather_profiles".
2011 Nov 16
0
Plotting series with no data in xyplot
Good Day All,
I am working on some xyplots using the Lattice Library. My X-axis is
the date and I am reproducing charts similar to those found in the R
Gallery (see here:
http://www.sr.bham.ac.uk/~ajrs/R/gallery/plot_midday_weather_profiles.txt)
However, the key difference is that some of my data is missing (not
collected at that time). For instance, I might have a whole month that
I do not have data. The problem is that xyplot connects the data points.
To continue with the R Gallery plot example, if your Outside Temperature
da...