plot.qis: Plots quantities of interest using the compact axis notation...

Description Usage Arguments Details

Description

plot.qis() plots quantities of interest using the compact axis notation from the compactr package.

Usage

1
2
3
## S3 method for class 'qis'
plot(qis, x_vals = NULL, plot_matrix_layout = NULL,
  xlim = NULL, ylim = NULL, ...)

Arguments

qis

An object of class pppds, created by the function combine_qi().

x_vals

The x values across which the quantities of interest vary

plot_matrix_layout

A vector of the form c(n_row, n_col) to indicate the number of rows and the number of columns in the plot matrix. Defaults to a single row.

xlim

The x limits (x1, x2) of the plot.

ylim

The y limits (y1, y2) of the plot.

...

Arguments passed to eplot() in the package compactr.

Details

Plots quantities of interest


carlislerainey/separation documentation built on May 13, 2019, 12:45 p.m.