Learn R Programming

predtoolsTS (version 0.1.1)

plot.pred: Generic function

Description

Plots object prep

Usage

# S3 method for pred
plot(x, ylab = "Values", main = "Predictions", ...)

Arguments

x

pred object

ylab

ylab

main

main

...

ignored

Examples

Run this code
# NOT RUN {
plot(pred(modl(prep(AirPassengers))))
# }

Run the code above in your browser using DataLab