RObject x
Converts a Macaulay2 RR (floating-point real number) to an R double vector of length 1.
i1 : RObject pi o1 = [1] 3.141593 o1 : RObject of type double
QQ and other Number subtypes are also converted to R double vectors.
i2 : RObject (3/2) o2 = [1] 1.5 o2 : RObject of type double
The source of this document is in RInterface/doc/objects.m2:230:0.