Description Usage Arguments Value
View source: R/analyst-helper.R
Return vector of 1,-1,0 indicate top high, low of input vector 1 for top high, -1 for top low, 0 for the others This function work on conjunction with geom_col(), to show for example top n high and lowest point of some value
1 | top_hilo(x, n = 10)
|
x |
input vector |
n |
number of top value each size |
numeric vecotr of 0, -1, and 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.