summaryrefslogtreecommitdiff
path: root/report/pyp_clustering/acl09-short/tables_histogram.R
diff options
context:
space:
mode:
Diffstat (limited to 'report/pyp_clustering/acl09-short/tables_histogram.R')
-rw-r--r--report/pyp_clustering/acl09-short/tables_histogram.R4
1 files changed, 0 insertions, 4 deletions
diff --git a/report/pyp_clustering/acl09-short/tables_histogram.R b/report/pyp_clustering/acl09-short/tables_histogram.R
deleted file mode 100644
index 4f8adc07..00000000
--- a/report/pyp_clustering/acl09-short/tables_histogram.R
+++ /dev/null
@@ -1,4 +0,0 @@
-pdf('tables_histogram.pdf', paper="special", width=5, height=5, onefile=FALSE,pointsize=15)
-barplot(c(0,1,2), names.arg=c(0,1,2), width=0.5, space=1.0, xpd=T, beside=TRUE, axes=F, ylab="Frequency", ylim=range(0,2), col=c("black"), las=1, xlab="Number of customers at table")
-axis(side=2, at=c(0,1,2))
-#axis(side=1)