print.dispRity {dispRity} | R Documentation |
Prints a dispRity
object.
Description
Summarises the content of a dispRity
object.
Usage
## S3 method for class 'dispRity'
print(x, all = FALSE, ...)
Arguments
x |
A |
all |
|
... |
further arguments to be passed to |
Author(s)
Thomas Guillerme
See Also
custom.subsets
, chrono.subsets
, boot.matrix
, dispRity
.
Examples
## Load the disparity data based on Beck & Lee 2014
data(disparity)
## Displaying the summary of the object content
disparity
print(disparity) # the same
print.dispRity(disparity) # the same
## Displaying the full object
print.dispRity(disparity, all = TRUE)
[Package dispRity version 1.8 Index]