.getAblineValues | R Documentation |
Apply log10 transformation to lines because plot is log scaled by default and geom_abline requires the log transformed values in input of intercept
Get list of values to provide to lines
argument of dataMapping
objects.
The lines
are internally used as argument of geom_hline
and geom_abline
from ggplot2
.getAblineValues(values, scale)
values |
Numeric values to be transformed if scale is log |
scale |
Scale of axis. Use enum |
Numeric values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.