R/RcppExports.R

Defines functions testRand iterModelCpp

Documented in iterModelCpp testRand

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

#' @title iterModelCpp
#' @name iterModelCpp
#' @param local local
#' @param meta meta
#' @param phylo phylo
#' @param params params
#' @param print print
NULL

iterModelCpp <- function(local, meta, phylo, params, print) {
    .Call(`_roleR_iterModelCpp`, local, meta, phylo, params, print)
}

#' @name testRand
#' @title testRand
#' @param m m
#' @return outMat
testRand <- function(m) {
    .Call(`_roleR_testRand`, m)
}
role-model/roleR documentation built on April 3, 2025, 1:06 p.m.