Is there any operator in R, which will multiply each possible combination of 
the elements of 2 vectors? Suppose I have 2 vectors (1,2) and (1,2,3). If I 
multiply those 2, I should get:(1,2,3,2,4,6)
Thanks,


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