eigen_values: Eigen-values

Description Usage Arguments See Also Examples

Description

Returns eigenvalues of a matrix

Usage

1
  eigen_values(x, center = TRUE, scale = TRUE)

Arguments

x

a matrix or numeric data frame

center

either a logical value or a numeric vector of length equal to the number of columns of x for centering

scale

either a logical value or a numeric vector of length equal to the number of columns of x for scaling

See Also

singular_values, eigen

Examples

1
2
# using data USArrests
eigen_values(USArrests)

gastonstat/matrixkit documentation built on May 16, 2019, 5:45 p.m.