R/RcppExports.R

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

Rcpp_cut_lower <- function(x, height, nodes_into_dend = TRUE) {
    .Call('dendextendRcpp_Rcpp_cut_lower', PACKAGE = 'dendextendRcpp', x, height, nodes_into_dend)
}

Rcpp_get_dend_heights <- function(x, labels_heights = FALSE, branches_heights = TRUE) {
    .Call('dendextendRcpp_Rcpp_get_dend_heights', PACKAGE = 'dendextendRcpp', x, labels_heights, branches_heights)
}

Rcpp_k_per_height <- function(x, height) {
    .Call('dendextendRcpp_Rcpp_k_per_height', PACKAGE = 'dendextendRcpp', x, height)
}

Rcpp_k_per_heights <- function(x, heights) {
    .Call('dendextendRcpp_Rcpp_k_per_heights', PACKAGE = 'dendextendRcpp', x, heights)
}

is_list <- function(x) {
    .Call('dendextendRcpp_is_list', PACKAGE = 'dendextendRcpp', x)
}

is_leaf <- function(x) {
    .Call('dendextendRcpp_is_leaf', PACKAGE = 'dendextendRcpp', x)
}

Rcpp_labels_dendrogram <- function(x) {
    .Call('dendextendRcpp_Rcpp_labels_dendrogram', PACKAGE = 'dendextendRcpp', x)
}

Rcpp_count_leaves <- function(data) {
    .Call('dendextendRcpp_Rcpp_count_leaves', PACKAGE = 'dendextendRcpp', data)
}
talgalili/dendextendRcpp documentation built on May 31, 2019, 2:53 a.m.