stem: stem

Description Usage Author(s) References See Also Examples

Description

Produces a stem plot similar to matlab using the plotting utility.

Usage

1
stem(x, y, pch = 16, linecol = 1, clinecol = 1, ...)

Author(s)

Matti Pastell

References

http://www.r-bloggers.com/matlab-style-stem-plot-with-r/

See Also

plot

Examples

1
stem(1:10,runif(10))

alexjgriffith/CCCA documentation built on May 10, 2019, 8:52 a.m.