Print brokenstick object
# S3 method for brokenstick
print(
x,
digits = getOption("digits"),
...,
hide = c("right", "left", "boundary", "internal", "none")
)
A brokenstick
object
minimal number of significant digits, see
print.default
.
further arguments passed to or from other methods.
Should output for boundary knots be hidden in the print,
summary and plot functions? Can be "right"
, "left"
,"boundary"
,
"internal"
or "none"
.
If not specified, it is read from the field x$hide
.