plot_2x2.ecd: Standard 2x2 plot for sample data

plot_2x2.ecdR Documentation

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 signature '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

## Not run: 
plot_2x2(d, ts)

## End(Not run)

ecd documentation built on May 10, 2022, 1:07 a.m.