product x
Return the product of all values in an R vector. This wraps R's prod function.
i1 : x = RObject {2, 4, 6} o1 = [1] 2 4 6 o1 : RObject of type integer
i2 : product x o2 = [1] 48 o2 : RObject of type double
The source of this document is in RInterface/doc/stats.m2:93:0.