R/zzz.r

Defines functions .onAttach .onLoad

.RSCABSEnv <- new.env()
Temp  <- new.env()



.onLoad<-function(...){
#' @import gWidgets2
#' @import RGtk2
#' @import R2HTML
#' @import gWidgets2RGtk2	
#' @importFrom grDevices dev.off heat.colors tiff pdf bmp jpeg png gray.colors rainbow terrain.colors topo.colors cm.colors
#' @importFrom graphics barplot par
#' @importFrom methods is 
#' @importFrom stats pchisq pnorm xtabs
#' @importFrom utils read.csv write.table
 
 


}



.onAttach <- function(...) {
	packageStartupMessage('Type Histopath() to begin.')
}

Try the RSCABS package in your browser

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

RSCABS documentation built on May 1, 2020, 9:06 a.m.