Learn R Programming

ouch (version 2.20)

as_data_frame: Coerce an ouch object to a data frame

Description

Coerce an ouch object to a data frame

Usage

# S3 method for ouchtree
as.data.frame(x, ...)

# S3 method for browntree as.data.frame(x, ...)

# S3 method for hansentree as.data.frame(x, ...)

Arguments

x

any R object.

...

additional arguments to be passed to or from methods.

See Also

Other methods for ouch trees: bootstrap(), coef(), logLik, ouch-package, paint(), plot(), print(), simulate(), summary(), update()