as.data.frame.garray: Coerce to a Data Frame

Description Usage Arguments

Description

Convert a 2D generalized array into a data.frame, making print() work correctly.

Usage

1
2
3
## S3 method for class 'garray'
as.data.frame(x, row.names = NULL, optional = FALSE,
  col.names = NULL, ..., stringsAsFactors = FALSE)

Arguments

x

A generalized array object.

row.names, optional, stringsAsFactors, ...

See the same arguments in ?as.data.frame.

col.names

'NULL' or a character vector giving the column names.


garray documentation built on May 1, 2019, 8:47 p.m.