Learn R Programming

multilevelcoda (version 1.3.1)

as.data.frame.complr: Extract Compositional Data from complr object.

Description

Extract amounts and compositions in conventional formats as data.frames, matrices, or arrays.

Usage

# S3 method for complr
as.data.frame(x, row.names = NULL, optional = TRUE, ...)

# S3 method for complr as.matrix(x, ...)

Arguments

x

An object of class complr.

row.names, optional

Unused and only added for consistency with the as.data.frame generic.

...

generic argument, not in use.