R/zzz.R

Defines functions .onAttach

Documented in .onAttach

##' .onAttach function
##'
##' A function to print a welcome message on loading package
##'
##' @import roxygen2
##' @import mvtnorm
##' @importFrom grDevices dev.off pdf rgb
##' @importFrom graphics plot polygon lines matplot
##' @importFrom stats cor sd quantile rnorm
##' @param libname libname argument
##' @param pkgname pkgname argument
##' @return ...
##' @export

##' @importFrom stats dnorm qnorm

.onAttach <- function(libname, pkgname)
{
	packageStartupMessage("\n Welcome to 'miscFuncs', B. Taylor. \n type 'vignette(\"miscFuncs\")' For help with Kalman Filtering.", appendLF=T)
}

Try the miscFuncs package in your browser

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

miscFuncs documentation built on Nov. 2, 2023, 5:21 p.m.