Description Usage Arguments Value
coverage
- Get coverage of a logical vector, term_count
, or search_term
object.
coverage.term_count
- Extract coverage information from a term_count
object including the percentage of rows that sum to zero as well as the
location of non-covered rows for easy extraction.
1 |
x |
A logical vector, |
... |
Ignored. |
term_count
- Returns a proportion of elements covered by the search.
coverage.term_count
- Returns a list:
not |
A logical vector of all rows not covered (row sums equal zero) |
covered |
A logical vector of all rows covered (row sums greater than zero) |
coverage |
The percentage rate of covered/(not + covered) |
n_covered |
The row sums of the unique terms |
total_terms |
The row sums of the terms |
hierarchical_covered* |
A hierarchical list (matching the |
hierarchical_n_covered* |
A hierarchical vector (matching the |
hierarchical_coverage* |
A hierarchical vector (matching the covered/(not + covered) |
*Only applies to term_count
output that was generated with a hierarchical term.list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.