R/startup_messages.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname){
  packageStartupMessage("Welcome to the Stats 250 plotting tool, type in 'prob()' or 'pval()' to get started!")
}
zkeller89/plots250 documentation built on May 6, 2019, 12:04 a.m.