Hi all:

Assume that I have variables, say v1, v2,...,v100 and I want to use one
variable in each roop. How can I do this? See below

for (i in 1:100){
f(vi)
}


Thanks

David

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to