lines.coefx: Plotting the added-variable plot for linear DAG

View source: R/coefx.R

lines.coefxR Documentation

Plotting the added-variable plot for linear DAG

Description

See coefx for an extended example.

Usage

## S3 method for class 'coefx'
lines(x, new = TRUE, xvertical = 1, col = "black", lwd = 2, ...)

lines_(x, new = FALSE, xvertical = 1, col = "black", lwd = 2, ...)

Arguments

x

an object of class 'coefx' produced by coefx.

new

if FALSE add to previous plot. Default: TRUE.

xvertical

position of vertical line to help visualize standard error factor. Default: 1.

col

color of ellipse and lines. Default: 'black'.

lwd

line width.

...

other arguments passed to plot.


gmonette/causalsim documentation built on April 21, 2022, 1:40 a.m.