Learn R Programming

UsingR (version 2.0-8)

DOTplot: Make big DOT plot likestripchart

Description

A variant of the stripchart using big dots as the default.

Usage

DOTplot(x, ...)

Value

Returns the graphic only.

Arguments

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 points.

Author

John Verzani

See Also

See also as stripchart, dotplot

Examples

Run this code
x = c(1,1,2,3,5,8)
DOTplot(x,main="Fibonacci",cex=2)

Run the code above in your browser using DataLab