The R Project SVN R

Rev

Rev 61153 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61153 Rev 61433
Line 51... Line 51...
51
\author{Martin Maechler}
51
\author{Martin Maechler}
52
\seealso{
52
\seealso{
53
  \code{\link{ps.options}} and \code{\link{pdf.options}},
53
  \code{\link{ps.options}} and \code{\link{pdf.options}},
54
  which use \code{check.options}.
54
  which use \code{check.options}.
55
}
55
}
56
% 
56
%
57
\examples{
57
\examples{
58
(L1 <- list(a = 1:3, b = pi, ch = "CH"))
58
(L1 <- list(a = 1:3, b = pi, ch = "CH"))
59
check.options(list(a = 0:2), name.opt = "L1")
59
check.options(list(a = 0:2), name.opt = "L1")
60
check.options(NULL, reset = TRUE, name.opt = "L1")
60
check.options(NULL, reset = TRUE, name.opt = "L1")
61
}
61
}