Hazard Concentration Intersection
For each x and y value, geom_hcintersect()
plots the intersection.
geom_hcintersect( mapping = NULL, data = NULL, xintercept, yintercept, na.rm = FALSE, show.legend = NA, ... )
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
xintercept |
The x-value for the intersect |
yintercept |
The y-value for the intersect. |
na.rm |
If |
show.legend |
logical. Should this layer be included in the legends?
|
... |
Other arguments passed on to |
ggplot2::ggplot(boron_data, ggplot2::aes(x = Conc)) + geom_ssd() + geom_hcintersect(xintercept = 1.5, yintercept = 0.05)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.