Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

DOTplot

Make big DOT plot likestripchart


Description

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

Usage

DOTplot(x, ...)

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.

Value

Returns the graphic only.

Author(s)

John Verzani

See Also

See also as stripchart, dotplot

Examples

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

UsingR

Data Sets, Etc. for the Text "Using R for Introductory Statistics", Second Edition

v2.0-6
GPL (>= 2)
Authors
John Verzani <verzani@math.csi.cuny.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.