crossings function

Diagram crossings

Diagram crossings

adds crossings to the plot depending on the ratio

crossings(ratio, col = "darkblue", ...)

Arguments

  • ratio: is the ratio of positive and negative of the data
  • col: the color of the lines. Default is darkblue
  • ...: further graphical parameters, see par

Examples

x <- c_statistics(climate_data) ratio <- calculate_ratio(x) phiDelta_plot_from_data(x, crossing = FALSE) crossings(ratio, col = "green")

Author(s)

Neumann

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

Useful links