matrixOutliers: Plots data outliers based on first eigen vector

Description Usage Arguments Value See Also

Description

The function takes the eigen vector provided, orders it's values, takes the minimum and the maximum, finds the corresponding columns in the provided data matrix and creates a scatter plot of these vectors. Adds a line with intercept 0 and the slope 1. This kind of plot is generally produced for the first eigen vector.

Usage

1

Arguments

data

a matrix for which an SVD was computed

pc

vector corresponding to an eigen vector of the SVD

Value

a ggplot object

See Also

fs


moosik/snorm documentation built on May 23, 2019, 6:11 a.m.