R/RcppExports.R

Defines functions optimizeAnchorsGraph optimizeAnchors2 optimizeAnchors

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

optimizeAnchors <- function(scaledData, Rclasses, anchors, attractG, repelG, law, steps, normalizeExamples) {
    .Call('_Radviz_optimizeAnchors', PACKAGE = 'Radviz', scaledData, Rclasses, anchors, attractG, repelG, law, steps, normalizeExamples)
}

optimizeAnchors2 <- function(scaledData, Rclasses, anchors, RclustWeights, attractG, repelG, law, steps, normalizeExamples) {
    .Call('_Radviz_optimizeAnchors2', PACKAGE = 'Radviz', scaledData, Rclasses, anchors, RclustWeights, attractG, repelG, law, steps, normalizeExamples)
}

optimizeAnchorsGraph <- function(scaledData, RedgesInds, RedgeWeights, RdegreeVect, anchors, attractG, repelG, law, steps, normalizeExamples) {
    .Call('_Radviz_optimizeAnchorsGraph', PACKAGE = 'Radviz', scaledData, RedgesInds, RedgeWeights, RdegreeVect, anchors, attractG, repelG, law, steps, normalizeExamples)
}

Try the Radviz package in your browser

Any scripts or data that you put into this service are public.

Radviz documentation built on March 26, 2022, 1:10 a.m.