summaryrefslogtreecommitdiff
path: root/2019-Mascots.org
diff options
context:
space:
mode:
authorLoic Guegan <manzerberdes@gmx.com>2019-05-28 11:03:28 +0200
committerLoic Guegan <manzerberdes@gmx.com>2019-05-28 11:03:28 +0200
commitf52e6a08591f0776b76ed4abf72f0152ac694666 (patch)
treed6793e41a5d284c646488be7ecf46b8cec08a708 /2019-Mascots.org
parentd344407ccf48929d529257be64a579d40ea4dd67 (diff)
Remove useless file
Diffstat (limited to '2019-Mascots.org')
-rw-r--r--2019-Mascots.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/2019-Mascots.org b/2019-Mascots.org
index 4a59311..6d19629 100644
--- a/2019-Mascots.org
+++ b/2019-Mascots.org
@@ -635,7 +635,7 @@ component, formatting, style, styling, insert
#+END_SRC
- #+BEGIN_SRC R :results graphics :noweb yes :file plot-final.png :session *R*
+ #+BEGIN_SRC R :results graphics :noweb yes :file plots/plot-final.png :session *R*
<<NS3-RUtils>>
simTime=1800
@@ -654,7 +654,7 @@ component, formatting, style, styling, insert
data=rbind(dataNet,dataS)%>%mutate(sensorsNumber=as.character(sensorsNumber))
ggplot(data)+geom_bar(aes(x=sensorsNumber,y=energy,fill=type),stat="identity")+xlab("Sensors Number")+ylab("Power Consumption (W)")+guides(fill=guide_legend(title="Part"))
- ggsave("plot-final.png",dpi=80)
+ ggsave("plots/plot-final.png",dpi=80)
#+END_SRC