R/Infoshow.r

Defines functions distrMASK distrARITH

Documented in distrARITH distrMASK

## borrowed from Andy Liaw's rfNews()


distrARITH <- function(library = NULL) 
{
    infoShow(pkg = "distr", filename = "ARITHMETICS", library = library)
}

distrMASK <- function(library = NULL) 
{
    infoShow(pkg = "distr", filename="MASKING", library = library)
}

Try the distr package in your browser

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

distr documentation built on Jan. 29, 2024, 3 a.m.