From f57d1f2cfa54534f9f30bc0c67fa787be4f1b26b Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 22 Mar 2012 13:03:41 -0700 Subject: [PATCH] add plot to test sweavealike --- r/learning_r/variables_and_objects.mdwn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2