R/zzz.R

Defines functions .onAttach

.onAttach <- function(...){
  tip <- "Need specific help about ggbio? try mailing \n the maintainer or visit http://tengfei.github.com/ggbio/"
  packageStartupMessage(tip)
}

Try the ggbio package in your browser

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

ggbio documentation built on Nov. 8, 2020, 5:04 p.m.