phiDelta_plot_from_data function

phi delta plot of raw statistic data

phi delta plot of raw statistic data

this will create a basic plot directly out of the statistic data (c_statistics)

phiDelta_plot_from_data(stats, names = NULL, ratio_corrected = TRUE, ...)

Arguments

  • stats: matrix of the statistic data of the features and the classifier
  • names: vector with feature names
  • ratio_corrected: logical, if true the plot will concider the ratio of the positive and negative data samples
  • ...: further parameters for the diagram see phiDelta.plot

Examples

x <- c_statistics(climate_data) phiDelta_plot_from_data(x) phiDelta_plot_from_data(x, ratio_corrected = FALSE, iso_spec = TRUE, iso_sens = TRUE)

Author(s)

rothe

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

Useful links