The R Project SVN R

Rev

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

Rev 27541 Rev 27733
Line 36... Line 36...
36
  \code{\link{any}}, the \dQuote{complement} of \code{all}, and
36
  \code{\link{any}}, the \dQuote{complement} of \code{all}, and
37
  \code{\link{stopifnot}(*)} which is an \code{all(*)}
37
  \code{\link{stopifnot}(*)} which is an \code{all(*)}
38
  \dQuote{insurance}.
38
  \dQuote{insurance}.
39
}
39
}
40
\examples{
40
\examples{
41
range(x <- sort(round(stats::rnorm(10) - 1.2,1)))
41
range(x <- sort(round(rnorm(10) - 1.2,1)))
42
if(all(x < 0)) cat("all x values are negative\n")
42
if(all(x < 0)) cat("all x values are negative\n")
43
}
43
}
44
\keyword{logic}
44
\keyword{logic}