/ Published in: Python
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
>>> rscript = """ ... x = c(1,3,2,5,4,6) ... plot(x) ... """ >>> r(rscript) <RObject - Python:0x44f990 / R:0x8c63b0>