Statistical Analysis: an Introduction using R/R/Plotting
Plotting
One advantage of using objects is that R knows how to deal with them. For instance, plotting

<pre>plot(table(replicate(1000, max(table(sample(1:6, 5, TRUE))))))</pre>

Graph here
This is only a very brief introduction to the graphical capabilities of R