A method for creating dotplots. The functions call the stripchart command from the graphics package and assign the output to have the class dotplot.
Usage
dotplot(x, ...)
# S3 method for formula
dotplot(x, ...)
Arguments
x
a vector or formula, where the right hand side of the formula is a factor.
…
other graphical parameters including those passed to title.
Details
This function was created as a result of being unable to assign all graphical parameters that are created when a formula is used in stripchart. Users not intending to use the VI method should use stripchart instead.
See Also
This function is dependent on the stripchart function from the graphics package. Consult its help page for more information.