R/zzz.R

Defines functions .onAttach

# This file contains the extra features for the initial load

# Welcome message
.onAttach <- function(libname, pkgname) {
    packageStartupMessage(paste("-----------------------",
                                "                      ",
                                "Welcome to volcano3D!",
                                "                      ",
                                "-----------------------", sep="\n"))
}

Try the volcano3D package in your browser

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

volcano3D documentation built on May 31, 2023, 5:31 p.m.