staRdom (version 1.0.3)

eem2array: Data from an eemlist is transformed into an array

Description

Data matrices from EEM are combined to an array that is needed for a PARAFAC analysis.

Usage

eem2array(eem_list, normalise = FALSE)

Arguments

eem_list

object of class eemlist

normalise

logical value whether data should be normalised for each sample

Value

object of class array

Examples

Run this code
# NOT RUN {
data(eem_list)

eem2array(eem_list)
# }

Run the code above in your browser using DataLab