Description Usage Arguments Details Value Examples
This is a dummy method so that sort can be applied to HistDat entries However it does nothing, because the values in a HistDat are sorted at the time of creation.
1 2 |
x |
HistDat A HistDat instance |
decreasing |
If TRUE, this function will fail, as the observations are sorted in ascending order by default and this cannot be changed |
... |
Additional arguments allowed for compatibility that will be ignored |
An S3 and and S4 generic is defined for this method, allowing
compatibility with existing code that calls base::sort()
instead of
[sort()]
, which is defined as an S4 generic in this package
The same HistDat instance, completely unchanged
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.