points.aicsums: Plot more sum-of-AIC results

Description Usage Arguments Value Author(s) Examples

Description

S3 points method for sum-of-AIC results from find_optimal. Implemented to compare multiple outputs from find_optimal.

Usage

1
2
3
## S3 method for class 'aicsums'
points(x, col = sample(1:20, 1), pch = sample(c(1:15,
  17:20), 1), ...)

Arguments

x

an object of class aicsums, as produced by find_optimal.

col

point colour - random if not specified

pch

point type - random if not specified

...

additional arguments to pass to points.

Value

Points drawn on the current plot

Author(s)

Mitchell Lyons

Examples

1
## see ?find_optimal()

optimus documentation built on May 2, 2019, 12:07 p.m.