mirror of
https://gitlab.com/manzerbredes/paper-lowrate-iot.git
synced 2025-04-19 04:09:43 +00:00
Remove useless file
This commit is contained in:
parent
d344407ccf
commit
f52e6a0859
3 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
BIN
final.png
BIN
final.png
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
BIN
plot-final.png
BIN
plot-final.png
Binary file not shown.
Before Width: | Height: | Size: 6 KiB |
Loading…
Add table
Add a link
Reference in a new issue