isometric negative predictive value lines
adds isometric lines for the negative predictive value to the plot depending on the ratio
iso_negative_predictive_value(ratio = 1, granularity = 0.25, lty = "longdash", col = "blue", ...)
ratio
: numeric value for the ratio of positive and negative of the datagranularity
: numeric value between 0 and 1 for the granularity of the lines. It is a value for the distance between 2 lineslty
: the type of line, see parcol
: the color of the lines...
: further graphical parameters, see parx <- c_statistics(climate_data) ratio <- calculate_ratio(x) phiDelta_plot_from_data(x) iso_negative_predictive_value(ratio, col = "green")
rothe
Useful links