File: change.tfoption.Rd

package info (click to toggle)
r-cran-coda 0.13-2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 456 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 571 bytes parent folder | download | duplicates (6)
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
\name{change.tfoption}
\alias{change.tfoption}
\title{Interactively modify logical codamenu options.}

\usage{
change.tfoption(string, option)
}

\arguments{
\item{string}{Prompt string to print}
\item{option}{String giving the name of an option to change}
}

\description{
Interactively changes logical codamenu options using the 
\code{read.yesno} function.
}

\note{
This is a utility function for the codamenu system, and is not
meant to be called directly by the user.
}

\seealso{
   \code{\link{coda.options}}, 
   \code{\link{read.yesno}}.
}

\keyword{utilities}