Skip to contents

Print brokenstick object

Usage

# S3 method for brokenstick
print(
  x,
  digits = getOption("digits"),
  ...,
  hide = c("right", "left", "boundary", "internal", "none")
)

Arguments

x

A brokenstick object

digits

minimal number of significant digits, see print.default.

...

further arguments passed to or from other methods.

hide

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.