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.
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")