powered by
adds crossings to the plot depending on the ratio
crossings(ratio, col = "darkblue", ...)
is the ratio of positive and negative of the data
the color of the lines. Default is darkblue
further graphical parameters, see par
# NOT RUN { x <- c_statistics(climate_data) ratio <- calculate_ratio(x) phiDelta_plot_from_data(x, crossing = FALSE) crossings(ratio, col = "green") # }
Run the code above in your browser using DataLab