R/hello_pdfs.R

Defines functions hello_pdfs

Documented in hello_pdfs

#' Hello PDFs
#'
#' @return nothing
#' @export
#' @importFrom stats rnorm
#' @examples
#' plot(hello_pdfs())
#' dev.off()
#' plot(hello_pdfs())
hello_pdfs <- function() {
  rnorm(10)
}
AEBilgrau/testpkgdown documentation built on Oct. 30, 2019, 4:08 a.m.