1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
\name{distrARITH}
\alias{distrARITH}
\alias{ARITHMETICS}
\title{Arithmetics on Distributions}
\description{Provides information on the interpretation of
arithmetics operating on Distributions in package \pkg{distr}}
\usage{
distrARITH(library = NULL)
}
\arguments{
\item{library}{a character vector with path names of R libraries, or \code{NULL}.
The default value of \code{NULL} corresponds to all libraries
currently known. If the default is used, the loaded packages
are searched before the libraries}
}
\value{no value is returned
}
\author{Peter Ruckdeschel \email{peter.ruckdeschel@uni-oldenburg.de}}
\examples{
## IGNORE_RDIFF_BEGIN
distrARITH()
## IGNORE_RDIFF_END
}
\keyword{math}
\keyword{distribution}
\keyword{arith}
\keyword{documentation}
\concept{arithmetics for distributions}
\concept{info file}
|