Learn R Programming

predtoolsTS (version 0.1.1)

plot.prep: Generic function

Description

Plots object prep

Usage

# S3 method for prep
plot(x, ylab = "Preprocessed time serie", xlab = "", ...)

Arguments

x

prep object

ylab

ylab

xlab

xlab

...

ignored

Examples

Run this code
# NOT RUN {
plot(prep(AirPassengers),ylab="Stationary AisPassengers")
# }

Run the code above in your browser using DataLab