Nothing
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
splinePath <- function(x, y, degree, knots, detail) {
.Call('_hierarchicalSets_splinePath', PACKAGE = 'hierarchicalSets', x, y, degree, knots, detail)
}
getSplines <- function(x, y, id, detail) {
.Call('_hierarchicalSets_getSplines', PACKAGE = 'hierarchicalSets', x, y, id, detail)
}
setClustering <- function(P, I, setNames, threshold) {
.Call('_hierarchicalSets_setClustering', PACKAGE = 'hierarchicalSets', P, I, setNames, threshold)
}
pairSummary <- function(P, I, order) {
.Call('_hierarchicalSets_pairSummary', PACKAGE = 'hierarchicalSets', P, I, order)
}
getOutliers <- function(clusters, P, I, count) {
.Call('_hierarchicalSets_getOutliers', PACKAGE = 'hierarchicalSets', clusters, P, I, count)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.