# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
normalize_cols_cpp <- function(M) {
.Call('_MetaNeighbor_normalize_cols_cpp', PACKAGE = 'MetaNeighbor', M)
}
count_to_rank <- function(x, total_count) {
.Call('_MetaNeighbor_count_to_rank', PACKAGE = 'MetaNeighbor', x, total_count)
}
bin_to_rank <- function(bins, rank_per_bin) {
invisible(.Call('_MetaNeighbor_bin_to_rank', PACKAGE = 'MetaNeighbor', bins, rank_per_bin))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.