eem2array {staRdom}R Documentation

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)

Arguments

eem_list

object of class eemlist

Value

object of class array

Examples

data(eem_list)

X <- eem2array(eem_list)

[Package staRdom version 1.1.28 Index]