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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
\name{ExtremesTools}
\alias{ExtremesTools}
\alias{xmpExtremes}
\alias{xmpfExtremes}
\title{fExtremes Tools}
\description{
Popups the example menu and starts or continues the example
and demo programs.
}
\usage{
xmpfExtremes()
xmpExtremes(prompt = "")
}
\arguments{
\item{prompt}{
the string printed when prompting the user for input.
}
}
\value{
xmpfExtremes
\cr
Popups the example menu.
\cr
xmpExtremes
\cr
Nothing, the default, or the the prompt if you have set
\code{xmpExtremes = readline} on the command prompt.
}
\details{
The example in the manual pages may be interactive and ask for
input from the user. To achieve this you have to type on the
command line: \code{xmpExtremes = readline}
}
\examples{
\dontrun{
## xmpfExtremes -
# Popup the examples menu:
xmpfExtremes()
}
}
\author{
Diethelm Wuertz for this R-Port.
}
\keyword{programming}
|