Closed srplot closed 1 month ago
caxislabels = c(round(res["Min",1],1), round(res["Min",1]+0.25(res["Max",1]-res["Min",1]),1), round(res["Min",1]+0.5(res["Max",1]-res["Min",1]),1), round(res["Min",1]+0.75*(res["Max",1]-res["Min",1]),1), round(res["Max",1],1)))
as shown in the radar chart, the ticks are not equally distributed. ticks interveal from 0.1, 0.2, 0.2, to 0.1 (from outer to inner). maybe all 0.1 is better.