
Last chance! 50% off unlimited learning
Sale ends in
## S3 method for class 'rv':
Math(x, ...)
## S3 method for class 'rv':
Ops(e1, e2)
See also vignette("rv")
.
x <- rvnorm(10)
-x
names(x) <- paste("x[", seq_along(x), "]", sep="")
x + 1:10
1:2 + x
cumsum(x)
cumprod(exp(x))
Run the code above in your browser using DataLab