| abline_mfd | R Documentation |
Calls abline in every panel actually used by the most
recent call to plot.mfd.
abline_mfd(a = NULL, b = NULL, h = NULL, v = NULL, ...)
a, b |
the intercept and slope, single values. |
h |
the y-value(s) for horizontal line(s). |
v |
the x-value(s) for vertical line(s). |
... |
Further graphical parameters (e.g., |
The function relies on plot.mfd having stored the number of variables
in options("last_mfd_nvar"). It then loops over exactly that many
panels in the current layout.
Calls abline in every panel actually used by the most
recent call to plot.mfd. Vertical and horizontal lines span
the full x- or y-range of each panel, even when scales differ.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.