]> git.donarmstrong.com Git - don.git/blobdiff - r/learning_r/variables_and_objects.mdwn
add plot to test sweavealike
[don.git] / r / learning_r / variables_and_objects.mdwn
index 936088743db7a19dbc52ad31f570cb4dbad1d2c5..064b4d04c21604ea2d1f4be8d4c66d8fe3aca7fb 100644 (file)
@@ -7,11 +7,15 @@ tests of my
 plugin for IkiWiki.
 
 
-[[!sweavealike verbatim=1 code=<<END
+[[!sweavealike echo=1 code="""
 a <- 1
 a <- a + 10
 print(a)
-END]]
+"""]]
+
+[[!sweavealike figure=1 echo=1 results="hide" code="""
+plot(1:10,(1:10)^2,xlab="x",ylab="x^2",main="Example figure")
+"""]
 
 
 testing