Learn R Programming

optimus (version 0.2.0)

points.aicsums: 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 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

Examples

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

Run the code above in your browser using DataLab