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.
# S3 method for feemcube
as.list(x, …)
A FEEM cube object.
No arguments besides those specified above are allowed.
A named list of FEEM objects comprising x
.
# NOT RUN {
str(as.list(feemcube(array(1:60, 3:5), 1:3, 1:4)))
# }
Run the code above in your browser using DataLab