DOTplot function

Make big DOT plot likestripchart

Make big DOT plot likestripchart

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

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.

Returns

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)
  • Maintainer: John Verzani
  • License: GPL (>= 2)
  • Last published: 2022-01-11

Useful links