Create summary of brokenstick object
# S3 method for brokenstick
summary(
object,
...,
cor = FALSE,
lower = TRUE,
hide = c("right", "left", "boundary", "internal", "none")
)
A brokenstick
object
additional arguments affecting the summary produced.
Logical. Should the function return the correlation matrix
instead of the covariance matrix? The default is FALSE
.
Logical. Print lower triangle of correlation/covariance matrix?
Should output for boundary knots be hidden in the print,
summary and plot functions? Can be "left"
, "right"
, "boundary"
,
"internal"
or "none"
.
If not specified, it is read from the field object$hide
.