[R] multiple multiplication in R

Erik Iverson iverson at biostat.wisc.edu
Thu Jun 19 01:26:46 CEST 2008


see ?prod

Manli Yan wrote:
>   hi: just a very simple quesion,how to do multiple multiplication in R
>   x<-c(1,2,3,4,5,6)
>   how to get 1*2*3*4*5*6?
> 
>   I checked the Arithmetic Operators in R,but did not found the operators
> for this function,anyway can do this except the loop?
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at 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.



More information about the R-help mailing list