I am new to ggplot2 graphics in R. I need to create a graph in the picture.
It's comparison between sensitivity and specificity for each rule. I have 20 rules for each model on average. It is easiest way to compare quality of generated rules than searching results in tables.
my input will be data frame with 3 columns: 1 character(or factor) and 2 numeric.
this is my R version and OS:
R version 3.3.1 (2016-06-21)
OS X 10.12.2 (Sierra).
ggplot2_2.1.0
Any tips would be appreciated.
