test01

X <- 1:10
Y <- LETTERS[1:5]
Z <- 10:15
Xmean <- mean(X)
Zmean <- mean(Z)
Y1 <- Y[3] # Note that it is character here.


Try the autoharp package in your browser

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

autoharp documentation built on Nov. 13, 2021, 1:06 a.m.