[R] naming consecutive objects
dgallego
dgallego at um.es
Mon Mar 29 13:14:54 CEST 2010
Dear list,
I would generate a loop:
a<-c(1:98)
for (i in a )
{
cbind(vor.tile[[i]]$x, vor.tile[[i]]$y)->p
rbind(p,c(p[1,]))->p.c
Polygon(p.c)->pc.p
Polygons(list(pc.p),sprintf("p%s",i))->pc.ps
sprintf("pc.ps%s",i)<-pc.ps
}
I need to obtain 98 pc.ps objects (like: pc.ps1, pc.ps2....pc.ps98) but I
d'ont use sprintf for it.
How can made it?
many tanks in advance
--
View this message in context: http://n4.nabble.com/naming-consecutive-objects-tp1694985p1694985.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list