wmtsa (version 2.0-3)

wavStemPlot: Stem plot

Description

Plot of a discrete time series with a stem extending from the abscissa and with a circle at the head of the stem.

Usage

wavStemPlot(x, y, pch=16, stem='black', head='red', ...)

Arguments

x

abscissa values

y

ordinate values

pch

Head point type

stem

stem color

head

head color

...

additional plot arguments

Value

NULL, returned invisibly

Examples

Run this code
# NOT RUN {
wavStemPlot(1:5, stem = 'red', head = 'blue')
# }

Run the code above in your browser using DataCamp Workspace