DOTplot | R Documentation |
A variant of the stripchart
using big dots as the default.
DOTplot(x, ...)
x |
May be a vector, data frame, matrix (each column a variable), list or model formula. Treats each variable or group as a univariate dataset and makes corresponding DOTplot. |
... |
arguments passed onto
|
Returns the graphic only.
John Verzani
See also as stripchart
, dotplot
x = c(1,1,2,3,5,8) DOTplot(x,main="Fibonacci",cex=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.