# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
cache_samc_cpp <- function(kernel, resistance, fidelity, absorption, symmetric) {
.Call('_LSTDConnect_cache_samc', PACKAGE = 'LSTDConnect', kernel, resistance, fidelity, absorption, symmetric)
}
samc_cache_sizes_cpp <- function(ca) {
.Call('_LSTDConnect_samc_cache_sizes', PACKAGE = 'LSTDConnect', ca)
}
samc_step_cpp <- function(steps, ca, pop_in, dead_in) {
.Call('_LSTDConnect_samc_step', PACKAGE = 'LSTDConnect', steps, ca, pop_in, dead_in)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.