diff options
| -rw-r--r-- | 2019-Mascots.org | 4 | ||||
| -rw-r--r-- | final.png | bin | 12196 -> 0 bytes | |||
| -rw-r--r-- | plot-final.png | bin | 6180 -> 0 bytes |
3 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 diff --git a/final.png b/final.png Binary files differdeleted file mode 100644 index 625545a..0000000 --- a/final.png +++ /dev/null diff --git a/plot-final.png b/plot-final.png Binary files differdeleted file mode 100644 index 6262316..0000000 --- a/plot-final.png +++ /dev/null |
