> I am trying to use a background photo in a lattice plot. I > am using the rimage and TeachingDemos packages to plot the > photo and translate from the photo coordinates in pixels to > geographic coordinates, which is what I want to use for > plotting contours, lines, etc. The (unrunable) code below > does give me a plot showing the photo, color contours, > contour lines, and colorkey, but not the plot title or axes. > How can I get the title and axes to appear?
Nevermind, I figured out that all I needed was to add the statement par(new=T) before plot(photo). Regards, Scott Waichler ______________________________________________ R-help@r-project.org mailing list 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.