R-help,

I was wondering how to remove indexing from an output, e.g.,

> aVector<-1:10
> aVector
 [1]  1  2  3  4  5  6  7  8  9 10

> someFunction(aVector)
1  2  3  4  5  6  7  8  9 10


Thanks in advance

        [[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