R/BalancedSampling-package.R

#' @keywords internal
#' @docType package
#' @name BalancedSampling
#' @importFrom Rcpp evalCpp
#' @useDynLib BalancedSampling
#' @exportPattern "^[[:alpha:]]+"
#'
#' @description
#' Select balanced and spatially balanced probability samples in multi-dimensional
#' spaces with any prescribed inclusion probabilities.
#' It contains fast (C++ via Rcpp) implementations of the included sampling methods.
#'
#' You can access the project website at
#' <https://envisim.se>.
#'
#' @author Anton Grafström \email{anton.grafstrom@gmail.com}, Jonathan Lisic, Wilmer Prentius.
#'
"_PACKAGE"
NULL

Try the BalancedSampling package in your browser

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

BalancedSampling documentation built on May 29, 2024, 10:25 a.m.