addCartesianSystem: Add cartesian system to a plot

Description Usage Arguments Value

View source: R/addCartesianPlane.R

Description

Add a cartesian system to a plot using abline.

Usage

1
2
addCartesianSystem(at.y = 0, at.x = 0, col = "black", lty = "solid",
  lwd = par("lwd"))

Arguments

at.y

y centre of the system

at.x

x centre of the system

col

grid color

lty

line type

lwd

line width

Value

The function adds a cartesian plane to a plot using abline.


lbraglia/yapomif documentation built on May 20, 2019, 11:26 p.m.