summaryrefslogtreecommitdiffstats
path: root/R Scripts/predict-victims-plots.R
diff options
context:
space:
mode:
Diffstat (limited to 'R Scripts/predict-victims-plots.R')
-rw-r--r--R Scripts/predict-victims-plots.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R Scripts/predict-victims-plots.R b/R Scripts/predict-victims-plots.R
index 0e1b669..7196102 100644
--- a/R Scripts/predict-victims-plots.R
+++ b/R Scripts/predict-victims-plots.R
@@ -44,7 +44,7 @@ mtext(side = 4, line = 3, "Number of Victims Predicted")
#### Precision-Recall Curve
plot(ecdf(correct_rank1),col=cols[1],lwd=3,main='',
- xlab='Ranking',ylab='CDF',xlim=c(0,140000))
+ xlab='Ranking',ylab='CDF')
plot(ecdf(correct_rank2),col=cols[2],lwd=3,add=T)
plot(ecdf(correct_rank3),col=cols[3],lwd=3,add=T)
legend("bottomright", inset=0.05,