Description Usage Arguments Details See Also
A set of helper functions for freqlist
.
1 2 3 4 5 6 7 8 9 10 11 12 | is.freqlist(x)
is.summary.freqlist(x)
## S3 method for class 'summary.freqlist'
head(x, n = 6L, ...)
## S3 method for class 'summary.freqlist'
tail(x, n = 6L, ...)
## S3 method for class 'freqlist'
sort(x, decreasing = FALSE, ...)
|
x |
A |
n |
A single integer. See |
... |
Other arguments. |
decreasing |
Should the sort be increasing or decreasing? |
Note that sort()
has to recalculate cumulative statistics. Note also that the reordering of rows
will also affect which labels are duplicates; you may also want to consider using
dupLabels=TRUE
in freq.control()
.
merge.freqlist
, arsenal_table
, sort
,
freqlist
, summary.freqlist
, freq.control
,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.