Learn R Programming

ecd (version 0.9.2.4)

plot_2x2.ecd: Standard 2x2 plot for sample data

Description

Standard 2x2 plot for sample data

Usage

plot_2x2.ecd(object, ts, EPS = FALSE, eps_file = NA)

plot_2x2(object, ts, EPS = FALSE, eps_file = NA)

# S4 method for ecd plot_2x2(object, ts, EPS = FALSE, eps_file = NA)

Arguments

object

An object of ecd class.

ts

The xts object for the timeseries.

EPS

Logical, indicating whether to save the plot to EPS, default = FALSE

eps_file

File name for eps output

Examples

Run this code
# NOT RUN {
plot_2x2(d, ts)
# }

Run the code above in your browser using DataLab