R/zzz.R

Defines functions .onAttach

#' @export
.onAttach <- function(...) {
  packageStartupMessage("\nTo start with the shiny web-interface, please digit:
runLDABiplots()\n")
}

Try the LDABiplots package in your browser

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

LDABiplots documentation built on July 18, 2022, 5:06 p.m.