These functions convert projections
objects into other classes.
# S3 method for projections
as.matrix(x, ...)# S3 method for projections
as.data.frame(x, ..., long = FALSE)
An projections
object, or an object to be converted as
projections
(see details).
Further arguments passed to other functions (no used).
A logical indicating if the output data.frame should be 'long', i.e. where a single column containing 'groups' is added in case of data computed on several groups.
Thibaut Jombart thibautjombart@gmail.com
the project
function to generate the 'projections' objects.