View source: R/method_summarize_nebula_class.R
method_summarize_nebula_class | R Documentation |
FUNCTION_DESCRIPTION
method_summarize_nebula_class(
data,
ppcp_threshold = 0.5,
max_classes = NA,
hierarchy_priority = c(6, 5, 4, 3),
class_data_type = "classes_tree_list",
...
)
data |
PARAM_DESCRIPTION |
ppcp_threshold |
PARAM_DESCRIPTION, Default: 0.5 |
max_classes |
PARAM_DESCRIPTION, Default: 5 |
hierarchy_priority |
PARAM_DESCRIPTION, Default: c(6, 5, 4, 3) |
class_data_type |
PARAM_DESCRIPTION, Default: 'classes_tree_list' |
... |
PARAM_DESCRIPTION |
DETAILS
OUTPUT_DESCRIPTION
rbindlist
rename
, filter
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.