projects
/
don.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f57d1f2
)
add missing final ]
author
Don Armstrong
<don@donarmstrong.com>
Thu, 22 Mar 2012 20:11:35 +0000
(13:11 -0700)
committer
Don Armstrong
<don@donarmstrong.com>
Thu, 22 Mar 2012 20:11:35 +0000
(13:11 -0700)
r/learning_r/variables_and_objects.mdwn
patch
|
blob
|
history
diff --git
a/r/learning_r/variables_and_objects.mdwn
b/r/learning_r/variables_and_objects.mdwn
index
064b4d0
..
8ff7cfd
100644
(file)
--- a/
r/learning_r/variables_and_objects.mdwn
+++ b/
r/learning_r/variables_and_objects.mdwn
@@
-14,8
+14,8
@@
print(a)
"""]]
[[!sweavealike figure=1 echo=1 results="hide" code="""
-plot(1:10,(1:10)^2,xlab="x",ylab="x^2",main="Example
f
igure")
-"""]
+plot(1:10,(1:10)^2,xlab="x",ylab="x^2",main="Example
F
igure")
+"""]
]
testing