Last data update: 2014.03.03

R: as.data.frame
as.data.frame.phyloR Documentation

as.data.frame

Description

convert phylo to data.frame

Usage

## S3 method for class 'phylo'
as.data.frame(x, row.names, optional, layout = "rectangular",
  ...)

Arguments

x

phylo object

row.names

omitted here

optional

omitted here

layout

layout

...

additional parameter

Value

data.frame

Author(s)

Yu Guangchuang

Results