anomalousACM (version 0.1.0)

biplot: biplot of (robust) PCA components of the feature matrix

Description

Plot a biplot on the current graphics device of the (robust) PCA components generated from the features returned by tsmeasures

Usage

# S3 method for features
biplot(x, robust = TRUE, col, ...)

Arguments

x

Feature matrix returned by tsmeasures

robust

If TRUE, a robust PCA will be used on the feature matrix

col

A vector of length 2 giving the colours for the first and second set of points respectively (and the corresponding axes). If a single colour is specified it will be used for both sets. If missing the default colour is used.

...

Other standard options of biplot.

Value

a plot is produced on the current graphics device.

See Also

biplot, tsmeasures.

Examples

Run this code
# NOT RUN {
  y <- tsmeasures(dat0)
  biplot(y)
# }

Run the code above in your browser using DataCamp Workspace