print.brokenstick {brokenstick} | R 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 |
digits |
minimal number of significant digits, see
|
... |
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 |
[Package brokenstick version 2.5.0 Index]