Skip to contents

Useful for quickly visualizing scatterplots of outcome versus predictor variables.

Usage

# S3 method for class 'ei_spec'
plot(x, ..., pch = 16, cex = 0.2)

Arguments

x

An ei_spec object.

...

Additional arguments passed to pairs().

pch, cex

As in plot()

Examples

data(elec_1968)
spec = ei_spec(elec_1968, vap_white:vap_other, pres_dem_hum:pres_abs, pres_total)
plot(spec)