plot.aicsums {optimus}R Documentation

Plot sum-of-AIC results

Description

S3 plot method for sum-of-AIC results from find_optimal.

Usage

## S3 method for class 'aicsums'
plot(x, col = "black", pch = 16, ...)

Arguments

x

an object of class aicsums, as produced by find_optimal.

col

point colour

pch

point type

...

additional arguments to pass to plot.

Value

A plot is drawn on the current graphics device

Author(s)

Mitchell Lyons

Examples


## see ?find_optimal()

[Package optimus version 0.2.0 Index]