R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    rep("-", 79), "\nphaseR: Phase plane analysis of one- and two-dimensional ",
    "autonomous ODE systems\n", rep("-", 79), "\n\nv.2.1: For an overview of the ",
    "package's functionality enter: ?phaseR\n\nFor news on the latest ",
    "updates enter: news(package = \"phaseR\")")
}

Try the phaseR package in your browser

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

phaseR documentation built on Sept. 2, 2022, 5:07 p.m.