On Tue, Nov 16, 2010 at 11:09 AM, skan <juanp...@gmail.com> wrote: > What's the differente betwen using "plot" and using "print" in order to > plot a graph? > For example in order to plot the result of a histogram.
Could you give an example? It seems that you are referring to graphics functions in packages such as lattice and ggplot2 that produce objects that must be print'ed or plot'ed before they are rendered on a graphics device. However, we would need to know if you mean the result of histogram() in the lattice package or hist() in the graphics package before we could answer. ______________________________________________ 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.