eem2array: Data from an eemlist is transformed into an array

View source: R/parafac_functions.R

eem2arrayR 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)

MatthiasPucher/staRdom documentation built on June 30, 2023, 10:55 a.m.