The R Project SVN R

Rev

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

Rev 7212 Rev 24300
Line 9... Line 9...
9
warnings(\dots)
9
warnings(\dots)
10
}
10
}
11
\arguments{
11
\arguments{
12
  \item{\dots}{arguments to be passed to \code{\link{cat}}.}
12
  \item{\dots}{arguments to be passed to \code{\link{cat}}.}
13
}
13
}
-
 
14
\references{
-
 
15
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
-
 
16
  \emph{The New S Language}.
-
 
17
  Wadsworth \& Brooks/Cole.
-
 
18
}
14
\seealso{\code{\link{warning}}.}
19
\seealso{\code{\link{warning}}.}
15
\examples{
20
\examples{
16
ow <- options("warn")
21
ow <- options("warn")
17
for(w in -1:1) {
22
for(w in -1:1) {
18
   options(warn = w); cat("\n warn =",w,"\n")
23
   options(warn = w); cat("\n warn =",w,"\n")