Nothing
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
allBinaryTreeShapesReal <- function(numTips) {
.Call('_treenomial_allBinaryTreeShapesReal', PACKAGE = 'treenomial', numTips)
}
allBinaryTreeShapesPhylo <- function(numTips) {
.Call('_treenomial_allBinaryTreeShapesPhylo', PACKAGE = 'treenomial', numTips)
}
allBinaryTreeShapesComplex <- function(numTips, y) {
.Call('_treenomial_allBinaryTreeShapesComplex', PACKAGE = 'treenomial', numTips, y)
}
wedgeExport <- function(A, B) {
.Call('_treenomial_wedgeExport', PACKAGE = 'treenomial', A, B)
}
wedgeExportConv <- function(A, B, y) {
.Call('_treenomial_wedgeExportConv', PACKAGE = 'treenomial', A, B, y)
}
alignCoeffs <- function(coeffs, type) {
.Call('_treenomial_alignCoeffs', PACKAGE = 'treenomial', coeffs, type)
}
coeffMatList <- function(wedgeOrders, type, y, tipLabA = " ", tipLabB = " ", nThreads = -1L) {
.Call('_treenomial_coeffMatList', PACKAGE = 'treenomial', wedgeOrders, type, y, tipLabA, tipLabB, nThreads)
}
coeffDist <- function(coeffsList, method, nThreads = -1L) {
.Call('_treenomial_coeffDist', PACKAGE = 'treenomial', coeffsList, method, nThreads)
}
coeffDistMat <- function(coeffsList, method, nThreads = -1L) {
.Call('_treenomial_coeffDistMat', PACKAGE = 'treenomial', coeffsList, method, nThreads)
}
juliaSet <- function(coeffs, pixelLength, center, maxZ, maxIter) {
.Call('_treenomial_juliaSet', PACKAGE = 'treenomial', coeffs, pixelLength, center, maxZ, maxIter)
}
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.