R/samplr-package.R

#' @useDynLib samplr, .registration=TRUE
#' @importFrom Rcpp evalCpp sourceCpp
#' @keywords internal
"_PACKAGE"

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
#' @importFrom graphics abline
#' @importFrom graphics lines
#' @importFrom graphics par
#' @importFrom stats coef
#' @importFrom stats lm
#' @importFrom stats qnorm
#' @importFrom stats qqnorm
#' @importFrom stats quantile
#' @importFrom stats sd
#' @importFrom stats var
## usethis namespace: end
NULL

Try the samplr package in your browser

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

samplr documentation built on April 4, 2025, 12:30 a.m.