The R Project SVN R

Rev

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

Rev 25099 Rev 26000
Line 27... Line 27...
27
  \code{\link{sys.on.exit}} to see the current expression.
27
  \code{\link{sys.on.exit}} to see the current expression.
28
}
28
}
29
\examples{
29
\examples{
30
opar <- par(mai = c(1,1,1,1))
30
opar <- par(mai = c(1,1,1,1))
31
on.exit(par(opar))
31
on.exit(par(opar))
32
\testonly{par(opar)}
32
\dontshow{par(opar)}
33
}
33
}
34
\keyword{programming}
34
\keyword{programming}