plot.fps: Plot FPS object

Description Usage Arguments Examples

Description

This function plots the regularization path

Usage

1
2
3
## S3 method for class 'fps'
plot(x, type = c("leverage", "variance", "coherence",
  "crossleverage", "sparsity"), ...)

Arguments

x

fps x

type

type of plot

...

further arguments passed to or from other methods.

Examples

1
2
3
data(wine)
out <- fps(cor(wine), ndim = 2)
plot(out)

vqv/fps documentation built on May 3, 2019, 6:41 p.m.