as_data_frame {ouch} | R Documentation |
Coerce an ouch object to a data frame
Description
Coerce an ouch object to a data frame
Usage
## S3 method for class 'ouchtree'
as.data.frame(x, ...)
## S3 method for class 'browntree'
as.data.frame(x, ...)
## S3 method for class '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()
[Package ouch version 2.20 Index]