[[!meta title="Learning R: Basic Variables and Objects"]] Eventually here, you'll see some explanation of basic usage of variables and objects in R. For the time being, there are just some tests of my [sweavealike](http://git.donarmstrong.com/?p=ikiwiki_plugins.git;a=blob;f=sweavealike.pm;hb=HEAD) plugin for IkiWiki. [[!sweavealike echo=1 code=""" a <- 1 a <- a + 10 print(a) """]] [[!sweavealike figure=1 echo=1 results="hide" code=""" plot(1:10,(1:10)^2,xlab="x",ylab="x^2",main="Example Figure") """]] testing