as.data.frame.mutaframe {plumbr} | R Documentation |
Coercion to data.frame
Description
Coerces a mutaframe to a data.frame
Usage
## S3 method for class 'mutaframe'
as.data.frame(x, row.names =
rownames(x), optional = FALSE, ...)
Arguments
x |
a mutaframe |
row.names |
character vector of rownames, defaults
to rownames of |
optional |
see |
... |
see |
Value
a data.frame
[Package plumbr version 0.6.10 Index]