mirror of
https://gitlab.com/manzerbredes/loosely-coupled-dss-extended.git
synced 2025-04-05 19:16:26 +02:00
Update analysis
This commit is contained in:
parent
41d0a70829
commit
5b818e9c18
8 changed files with 11 additions and 5 deletions
|
@ -104,9 +104,15 @@ receiver180sPlotSuccess=ggplot(statsReceiver%>%filter(wakeupfor==180),aes(n_node
|
|||
|
||||
|
||||
|
||||
w=15
|
||||
h=9
|
||||
space=2
|
||||
ggsave("scalability_60s.pdf",plot=(sender60sPlotEnergy+theme(plot.margin=unit(c(0.1,space,0,0),"cm"))+receiver60sPlotEnergy)/sender60sPlotSuccess+plot_layout(guides = 'collect')&theme(legend.position="bottom"),width=w,height=h)
|
||||
ggsave("scalability_180s.pdf",plot=(sender180sPlotEnergy+theme(plot.margin=unit(c(0.1,space,0,0),"cm"))+receiver180sPlotEnergy)/sender180sPlotSuccess+plot_layout(guides = 'collect')&theme(legend.position="bottom"),width=w,height=h)
|
||||
w1=7
|
||||
h1=4
|
||||
w2=15
|
||||
h2=4
|
||||
ggsave("scalability_60s_sender_energy.pdf",plot=sender60sPlotEnergy+guides(fill = FALSE, color = FALSE),width=w1,height=h1)
|
||||
ggsave("scalability_60s_receiver_energy.pdf",plot=receiver60sPlotEnergy+guides(fill = FALSE, color = FALSE),width=w1,height=h1)
|
||||
ggsave("scalability_60s_success.pdf",plot=sender60sPlotSuccess,width=w2,height=h2)
|
||||
|
||||
ggsave("scalability_180s_sender_energy.pdf",plot=sender180sPlotEnergy+guides(fill = FALSE, color = FALSE),width=w1,height=h1)
|
||||
ggsave("scalability_180s_receiver_energy.pdf",plot=receiver180sPlotEnergy+guides(fill = FALSE, color = FALSE),width=w1,height=h1)
|
||||
ggsave("scalability_180s_success.pdf",plot=sender180sPlotSuccess,width=w2,height=h2)
|
||||
|
||||
|
|
BIN
results/scalability_180s_receiver_energy.pdf
Normal file
BIN
results/scalability_180s_receiver_energy.pdf
Normal file
Binary file not shown.
BIN
results/scalability_180s_sender_energy.pdf
Normal file
BIN
results/scalability_180s_sender_energy.pdf
Normal file
Binary file not shown.
BIN
results/scalability_180s_success.pdf
Normal file
BIN
results/scalability_180s_success.pdf
Normal file
Binary file not shown.
Binary file not shown.
BIN
results/scalability_60s_receiver_energy.pdf
Normal file
BIN
results/scalability_60s_receiver_energy.pdf
Normal file
Binary file not shown.
BIN
results/scalability_60s_sender_energy.pdf
Normal file
BIN
results/scalability_60s_sender_energy.pdf
Normal file
Binary file not shown.
BIN
results/scalability_60s_success.pdf
Normal file
BIN
results/scalability_60s_success.pdf
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue