unitLine: Add the unit line to a plot

Description Usage Arguments Details Examples

Description

Adds the unit line to plot

Usage

1
unitLine(col = "blue", ...)

Arguments

...

used to pass any parameters to abline

Details

This is a convenience wrapper to the function abline from the default graphics package

Examples

1
2
3
4
5
set.seed(31)
x <- rnorm(10)
y <- rnorm(10)
plot(x,y)
unitLine()

steveped/spShortcuts documentation built on May 30, 2019, 5:39 p.m.