search for: ydf

Displaying 1 result from an estimated 1 matches for "ydf".

Did you mean: pdf
2009 Mar 25
2
need help with ordering of plots
I want to do a series of contour plots, 4 in all. The data is coming from a data frame named "nd.frame", which has elements "xdf", "ydf", "zdf", and "pndt". I am treating "pndt" as a factor, and it has four levels. I make a call to the lattice graphics routine "contourplot" like so: contourplot(zdf~xdf*ydf|factor(pndf),data=nd.frame) >From this I get a 2x2 grid of four conto...