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 x

optional

see as.data.frame

...

see as.data.frame

Value

a data.frame


[Package plumbr version 0.6.10 Index]