]> git.donarmstrong.com Git - don.git/commitdiff
its fig not figure
authorDon Armstrong <don@donarmstrong.com>
Thu, 22 Mar 2012 20:12:19 +0000 (13:12 -0700)
committerDon Armstrong <don@donarmstrong.com>
Thu, 22 Mar 2012 20:12:19 +0000 (13:12 -0700)
r/learning_r/variables_and_objects.mdwn

index 8ff7cfde5c54de2849c565d38c78694a141dafd8..8a32e924d968e1222dace826cd9b1e58066c75a2 100644 (file)
@@ -13,7 +13,7 @@ a <- a + 10
 print(a)
 """]]
 
 print(a)
 """]]
 
-[[!sweavealike figure=1 echo=1 results="hide" code="""
+[[!sweavealike fig=1 echo=1 results="hide" code="""
 plot(1:10,(1:10)^2,xlab="x",ylab="x^2",main="Example Figure")
 """]]
 
 plot(1:10,(1:10)^2,xlab="x",ylab="x^2",main="Example Figure")
 """]]