addGrid: Add grid to a plot

Description Usage Arguments Value

View source: R/addGrid.R

Description

Add grid to a plot using abline.

Usage

1
2
addGrid(at.x, at.y = at.x, col = "lightgray", lty = "dotted",
  lwd = par("lwd"))

Arguments

at.x

x axis grid values

at.y

y axis grid values

col

grid color

lty

line type

lwd

line width

Value

The function adds a grid to a plot using abline.


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