inst/snippet/vectors01.R

x <- 1:5; y <- seq(10,60,by=10); z <- rnorm(10); x; y
y + 1
x * 10
x < 3
x^2
log(x); log(x, base=10)            # natural and base 10 logs

Try the fastR package in your browser

Any scripts or data that you put into this service are public.

fastR documentation built on May 1, 2019, 11:18 p.m.