# seq function x<-seq(1, 11, by = pi) x # [1] 1.000000 4.141593 7.283185 10.424778 seq(from=1,to=3, by =0.5) # [1] 1.0 1.5 2.0 2.5 3.0