crossings: Diagram crossings

Description Usage Arguments Author(s) Examples

View source: R/phi_delta.R

Description

adds crossings to the plot depending on the ratio

Usage

1
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

Author(s)

Neumann

Examples

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

phiDelta documentation built on May 2, 2019, 2:46 a.m.

Related to crossings in phiDelta...