Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
#171 improve layout
Browse files Browse the repository at this point in the history
  • Loading branch information
taivop committed Dec 8, 2016
1 parent c7546a2 commit 965f827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified report/milestone3.pdf
Binary file not shown.
3 changes: 2 additions & 1 deletion scripts/r/part2_mmm.r
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ comparisons_to_save <- comparisons %>%
melt(id.vars=c("type", "clients")) %>%
dcast(variable + clients ~ type)
comparison_table <- xtable(comparisons_to_save, caption="Comparison of experimental results and predictions of the M/M/m model.",
label="tbl:part2:comparison_table")
label="tbl:part2:comparison_table",
digits=c(NA, NA, 0, 2, 2))
print(comparison_table, file=paste0(output_dir, "/comparison_table.txt"))


Expand Down

0 comments on commit 965f827

Please sign in to comment.