History: Profile_r_test1_simple_test
Source of version: 11 (current)
Copy to clipboard
Simple R commands to test that the installation went fine !!# Text output This code: {CODE()} {R()}1:10{R} {CODE} Produces: {R()}1:10{R} !!# Simple Graphical output This code: {CODE()} {R()}plot(1:10,11:20){R} {CODE} Produces: {R()}plot(1:10,11:20){R}