tom wright a écrit : > Can someone tell me how I create a vector of numbers > where the step isn't 1? > i.e. x<-(0.0,0.5,1.0,1.5....)
seq(a, b, 0.5) ?seq hih ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
