View source: R/print.dispRity.R
print.dispRity | R Documentation |
dispRity
object.Summarises the content of a dispRity
object.
## S3 method for class 'dispRity'
print(x, all = FALSE, ...)
x |
A |
all |
|
... |
further arguments to be passed to |
Thomas Guillerme
custom.subsets
, chrono.subsets
, boot.matrix
, dispRity
.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.