Description Usage Arguments Value
View source: R/extract_leaves.R
Extract significant leafs
1 2 3 4 5 6 7 | ## S3 method for class 'shiftpunct'
extract_significant_leaves(
x,
threshold = 0,
direction = c("<", "<=", ">", ">="),
...
)
|
x |
A "shiftpunct" object. |
threshold |
The threshold where selection begins. |
direction |
The direction of the selection from the threshold.
Default to |
... |
Arguments passed on to |
The names of the significant leafs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.