50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

albatross (version 0.1-1)

as.list.feemcube: Transform a FEEM cube object into a list of FEEM objects

Description

Return a list of FEEM objects comprising it. Used internally in .feemcube methods of the package generics and in as.data.frame.feemcube, but may be useful elsewhere.

Usage

# S3 method for feemcube
as.list(x, …)

Arguments

x

A FEEM cube object.

No arguments besides those specified above are allowed.

Value

A named list of FEEM objects comprising x.

See Also

as.list; feemcube and its list constructor.

Examples

Run this code
# NOT RUN {
  str(as.list(feemcube(array(1:60, 3:5), 1:3, 1:4)))
# }

Run the code above in your browser using DataLab