Skip to content

markjohnsonubc/EEM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EEM package

EEM is an R package for reading and analyzing fluorescence excitation-emission matrix (EEM). Some preprocessing methods and means to visualize multivariate analysis results (PCA and PLS) are provided.

To install

The stable version:

install.packages("EEM")

The latest development version:

library(devtools) 
install_github("chengvt/EEM", dependencies = TRUE)

If you don't have devtools install yet, you will need to first install it.

install.packages("devtools")

The package vignette is available in English and Japanese.

About

R package

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%