inst/Examples/replaceLong.R

x <- seq(from=1.1, to=1.7, by=.1)
length(x)
x[c(1,9)]
x[c(1,9)] <- -1
x

Try the SoDA package in your browser

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

SoDA documentation built on Oct. 28, 2020, 9:07 a.m.