R/RcppExports.R

Defines functions rcpp_randomrectangularcluster rcpp_neigh rcpp_mpd

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

rcpp_mpd <- function(ncol, nrow, rand_dev, rcpp_roughness, seed, torus) {
    .Call(`_NLMR_rcpp_mpd`, ncol, nrow, rand_dev, rcpp_roughness, seed, torus)
}

rcpp_neigh <- function(nrow, ncol, mat, n_categories, cells_per_cat, neighbourhood, p_neigh, p_empty, seed) {
    .Call(`_NLMR_rcpp_neigh`, nrow, ncol, mat, n_categories, cells_per_cat, neighbourhood, p_neigh, p_empty, seed)
}

rcpp_randomrectangularcluster <- function(ncol, nrow, minl, maxl, seed) {
    .Call(`_NLMR_rcpp_randomrectangularcluster`, ncol, nrow, minl, maxl, seed)
}

Try the NLMR package in your browser

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

NLMR documentation built on Sept. 20, 2021, 9:07 a.m.