The R Project SVN R

Rev

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

Rev 27541 Rev 27733
Line 60... Line 60...
60
}
60
}
61
\seealso{
61
\seealso{
62
  \code{\link{Syntax}} for operator precedence.
62
  \code{\link{Syntax}} for operator precedence.
63
}
63
}
64
\examples{
64
\examples{
65
x <- stats::rnorm(20)
65
x <- rnorm(20)
66
x < 1
66
x < 1
67
x[x > 0]
67
x[x > 0]
68
 
68
 
69
x1 <- 0.5 - 0.3
69
x1 <- 0.5 - 0.3
70
x2 <- 0.3 - 0.1
70
x2 <- 0.3 - 0.1