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
Input:
<pre>plot(table(replicate(1000, max(table(sample(1:6, 5, TRUE))))))</pre>
Result:
Graph here
This is only a very brief introduction to the graphical capabilities of R
Category:Book:Statistical Analysis: an Introduction using R#R/Plotting%20
Category:Book:Statistical Analysis: an Introduction using R