R/utils-pipe.R

#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL


#' General funcs
#' @name stuff
#' @importFrom graphics hist
#' @importFrom stats anova cor cov lm na.exclude pf plogis pnorm pt qnorm quantile rbinom rnorm runif start uniroot var
#' @importFrom utils write.table
#' @importFrom rlang .data
NULL
explodecomputer/simulateGP documentation built on April 3, 2024, 2:38 a.m.