iso_specificity function

isometric specificity lines

isometric specificity lines

adds isometric lines for the specificity to the plot depending on the ratio

iso_specificity(ratio = 1, granularity = 0.25, col = "blue", lty = "longdash", ...)

Arguments

  • ratio: numeric value for the ratio of positive and negative of the data
  • granularity: numeric value between 0 and 1 for the granularity of the lines. It is a value for the distance between 2 lines
  • col: the color of the lines
  • lty: the type of line, see par
  • ...: further graphical parameters, see par

Examples

x <- c_statistics(climate_data) ratio <- calculate_ratio(x) phiDelta_plot_from_data(x) iso_specificity(ratio, col = "green")

Author(s)

rothe

  • Maintainer: Ursula Neumann
  • License: GPL (>= 2)
  • Last published: 2018-05-08

Useful links