]> git.donarmstrong.com Git - don.git/commitdiff
add missing final ]
authorDon Armstrong <don@donarmstrong.com>
Thu, 22 Mar 2012 20:11:35 +0000 (13:11 -0700)
committerDon Armstrong <don@donarmstrong.com>
Thu, 22 Mar 2012 20:11:35 +0000 (13:11 -0700)
r/learning_r/variables_and_objects.mdwn

index 064b4d04c21604ea2d1f4be8d4c66d8fe3aca7fb..8ff7cfde5c54de2849c565d38c78694a141dafd8 100644 (file)
@@ -14,8 +14,8 @@ print(a)
 """]]
 
 [[!sweavealike figure=1 echo=1 results="hide" code="""
 """]]
 
 [[!sweavealike figure=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")
+"""]]
 
 
 testing
 
 
 testing