projects
/
don.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c618315
)
its fig not figure
author
Don Armstrong
<don@donarmstrong.com>
Thu, 22 Mar 2012 20:12:19 +0000
(13:12 -0700)
committer
Don Armstrong
<don@donarmstrong.com>
Thu, 22 Mar 2012 20:12:19 +0000
(13:12 -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
8ff7cfd
..
8a32e92
100644
(file)
--- a/
r/learning_r/variables_and_objects.mdwn
+++ b/
r/learning_r/variables_and_objects.mdwn
@@
-13,7
+13,7
@@
a <- a + 10
print(a)
"""]]
-[[!sweavealike fig
ure
=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")
"""]]