optimus (version 0.2.0)

plot.aicsums: Plot sum-of-AIC results

Description

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

Usage

# S3 method for 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

Examples

Run this code
# NOT RUN {
## see ?find_optimal()
# }

Run the code above in your browser using DataLab