points.aicsums {optimus}R Documentation

Plot more sum-of-AIC results

Description

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

Usage

## 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


## see ?find_optimal()

[Package optimus version 0.2.0 Index]