Description Usage Arguments Value Author(s) References Examples
Visualizes the top entries for a given field in a data frame. Count and percentage statistics is also shown as needed.
1 2 3 4 5 6 7 8 9 10 |
x |
Data frame, vector or factor |
field |
Field to show |
ntop |
Number of top entries to show |
highlight |
Entries from the 'field' to be highlighted |
max.char |
Max number of characters in strings. Longer strings will be cut and only max.char first characters are shown. No cutting by default |
show.rest |
Show the count of leave-out samples (not in top-N) as an additional bar. |
show.percentage |
Show the proportion of each category with respect to the total sample count. |
log10 |
Show the counts on log10 scale (default FALSE) |
ggplot object
Leo Lahti leo.lahti@iki.fi
See citation("comhis")
1 | ## Not run: p <- top_plot(x, field, 50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.