]> git.donarmstrong.com Git - don.git/blobdiff - r/learning_r/variables_and_objects.mdwn
its fig not figure
[don.git] / r / learning_r / variables_and_objects.mdwn
index 064b4d04c21604ea2d1f4be8d4c66d8fe3aca7fb..8a32e924d968e1222dace826cd9b1e58066c75a2 100644 (file)
@@ -13,9 +13,9 @@ 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")
-"""]
+[[!sweavealike fig=1 echo=1 results="hide" code="""
+plot(1:10,(1:10)^2,xlab="x",ylab="x^2",main="Example Figure")
+"""]]
 
 
 testing