Displaying 1 result from an estimated 1 matches for "alb2009".
2009 Oct 12
1
Binding objects with a similar name
...particular species (e.g. YFN2005<-2320) for every species/year.
This results in number of individual objects being created, as you can see
from ls(). I need to bind objects that have the same "target_speices" name,
in order of year e.g. ALBtimeseries<-cbind(ALB1989, ALB2990,.....,ALB2009).
My questions are: is there a way to do this by working cbind into the loop;
and if not, is there a way to bind objects that have a common name e.g. all
ALB****?
Thank you very much for your time, it's much appreciated.
James
> ls()
[1] "a" "ALB1989"...