Simple R commands to test that the installation went fine Text output This code: Copy to clipboard{R()}1:10{R} {R()}1:10{R} Produces: [1] 1 2 3 4 5 6 7 8 9 10 1.2. Simple Graphical output This code: Copy to clipboard{R()}plot(1:10,11:20){R}xxxxxxxxxx {R()}plot(1:10,11:20){R} Produces: