add_cartesian_plane: Add cartesian system to a plot

View source: R/graph_utils.R

add_cartesian_planeR Documentation

Add cartesian system to a plot

Description

Add a cartesian system to a plot using abline.

Usage

add_cartesian_plane(
  at_y = 0,
  at_x = 0,
  col = "black",
  lty = "solid",
  lwd = 1,
  ...
)

Arguments

at_y

y centre of the system

at_x

x centre of the system

col

grid color

lty

line type

lwd

line width

...

further parameter passed to abline

Value

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


lbraglia/lbmisc documentation built on March 28, 2024, 10:03 a.m.