extract_significant_leaves.shiftpunct: Extract significant leafs

Description Usage Arguments Value

View source: R/extract_leaves.R

Description

Extract significant leafs

Usage

1
2
3
4
5
6
7
## S3 method for class 'shiftpunct'
extract_significant_leaves(
  x,
  threshold = 0,
  direction = c("<", "<=", ">", ">="),
  ...
)

Arguments

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 extract_significant_leaves

Value

The names of the significant leafs


abichat/zazou documentation built on Sept. 8, 2021, 6:53 a.m.