print.dpseg {dpseg} | R Documentation |
Print method for linear segmentation result from dpseg
.
Description
Prints the main result table x$segments
, segment coordinates
and indices, and parameters from the recursion. See dpseg
for details.
Usage
## S3 method for class 'dpseg'
print(x, ...)
Arguments
x |
result object returned by function |
... |
further arguments to |
[Package dpseg version 0.1.1 Index]