On Sep 17, 2010, at 12:42 PM, btpagano wrote:
Good News!
I think I figured out my problem.
The command I was looking for was append().
Er, maybe.
It does appear that you could use append() but c() is much more the
typical R way of concatenating objects like vectors and lists. The
only advantage of append() over c() would appear to be the capacity
for insertion of the second argument somewhere "in the middle" of the
the first. The cbind and rbind functions are used for more complex
objects like dataframes and matrices.
--
David Winsemius, MD
West Hartford, CT
______________________________________________
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.