knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

eigen

Lifecycle: experimental Codecov test coverage R build status Lifecycle: archived

The goal of eigen is to calculate eigenvectors from eigenvalues

Installation

You can install the released version of eigen from CRAN with:

remotes::install_github("eigen")

Example

This is a basic example which shows you how to solve a common problem:

# library(eigen)
## basic example code


llrs/eigen documentation built on June 21, 2020, 6:35 p.m.