print: Print brokenstick object

print.brokenstickR Documentation

Print brokenstick object

Description

Print brokenstick object

Usage

## S3 method for class '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.


brokenstick documentation built on March 31, 2023, 9:24 p.m.