as.data.frame.bsm: Coerce brokenstick model to data.frame

Description Usage Arguments Examples

Description

Coerce brokenstick model to data.frame

Usage

1
2
## S3 method for class 'bsm'
as.data.frame(x, row.names = NULL, ...)

Arguments

x

a brokenstick model.

row.names

NULL or a character vector giving the row names for the data frame. Missing values are not allowed.

...

additional arguments to be passed to or from methods.

Examples

1
2
3
data(exses)
bsm <- tdrply(brokenstick, 1:2, no = 50:53, obj = exses)
lapply(bsm, as.data.frame)

SESman/rbl documentation built on May 9, 2019, 11:10 a.m.