From: Don Armstrong Date: Thu, 22 Mar 2012 20:03:41 +0000 (-0700) Subject: add plot to test sweavealike X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=commitdiff_plain;h=f57d1f2cfa54534f9f30bc0c67fa787be4f1b26b add plot to test sweavealike --- diff --git a/r/learning_r/variables_and_objects.mdwn b/r/learning_r/variables_and_objects.mdwn index 15e2a3c..064b4d0 100644 --- a/r/learning_r/variables_and_objects.mdwn +++ b/r/learning_r/variables_and_objects.mdwn @@ -7,11 +7,15 @@ tests of my plugin for IkiWiki. -[[!sweavealike verbatim=1 code=""" +[[!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