wavStemPlot: Stem plot

Description Usage Arguments Value Examples

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

1
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

1
wavStemPlot(1:5, stem = 'red', head = 'blue')

wconstan/wmtsa documentation built on May 4, 2019, 2:03 a.m.