Revision c103e17c562b32dcb179c0853306f28a0e456d50 authored by Martin Schlather on 11 April 2005, 00:00:00 UTC, committed by Gabor Csardi on 11 April 2005, 00:00:00 UTC
1 parent e7b694a
Raw File
getactions.Rd
\name{getactions}
\alias{getactions}
\alias{getactionlist}
\title{Get input behaviour}
\description{
  The functions return values stored by \code{\link{useraction}},
  \code{\link{Locator}} and \code{\link{Readline}}
}
\usage{
  getactions()
  getactionlist()
}
\value{
  \command{getactionlist} returns a list of stored values
  created by \code{\link{Locator}} and \code{\link{Readline}}
  
  \command{getactions} returns a list of all parameters that influence
  the behaviour of \code{\link{Locator}} and \code{\link{Readline}}.
}
\seealso{
  \code{\link{Locator}},
  \code{\link{Readline}},
  \code{\link{useraction}},
  %\code{\link{userinput}},
}
\author{Martin Schlather, \email{schlath@hsu-hh.de}
  \url{http://www.unibw-hamburg.de/WWEB/math/schlath/schlather.html}}
\examples{
## see useraction
}
\keyword{utilities}

back to top