plot.CHull: Plot function for: A Generic Convex-Hull-Based Model...

View source: R/0PlotChull.r

plot.CHullR Documentation

Plot function for: A Generic Convex-Hull-Based Model Selection Method

Description

This function is based on the CHull function from the R package multichull.

Usage

## S3 method for class 'CHull'
plot(x, col = NULL, pch = NULL, ...)

Arguments

x

Output from the main function step1() (must be of class lmfa_modelselection).

col

Vector of colors used for plots.

pch

Symbol used to indicate selected model(s).

...

Further arguments for the CHull plot function.


LeonieVm/lmfa documentation built on Dec. 5, 2023, 1:38 p.m.