projects
/
don.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bed388
)
no output
author
Don Armstrong
<don@donarmstrong.com>
Wed, 10 Oct 2012 02:53:19 +0000
(19:53 -0700)
committer
Don Armstrong
<don@donarmstrong.com>
Wed, 10 Oct 2012 02:53:19 +0000
(19:53 -0700)
posts/bug_reporting_rate.mdwn
patch
|
blob
|
history
diff --git
a/posts/bug_reporting_rate.mdwn
b/posts/bug_reporting_rate.mdwn
index
8d21da6
..
f63a8e8
100644
(file)
--- a/
posts/bug_reporting_rate.mdwn
+++ b/
posts/bug_reporting_rate.mdwn
@@
-15,7
+15,7
@@
plot this, lets only look at bugs ending in 00:
Now, lets get the data into R and plot it.
[For clarity, I'm not showing the R code, but it's available in the source code for this post.]
-[[!sweavealike width=800 fig=1 echo=0 results="hide" code="""
+[[!sweavealike width=800 fig=1 echo=0
nooutput=1
results="hide" code="""
require(lattice)
reporting.rate <- read.table("data/bug_reporting_rate.txt")
colnames(reporting.rate) <- c("bug","epoch")