Description Usage Arguments Value
View source: R/plot_funmediation.R
Produces plots from a funmediation object produced by the funmediation function. These plots will be shown on the default output device (likely the screen); they can of course be written to a file instead, by preceding the call to plot with a call to png(), pdf(), or other R graphic file output functions.
1 2 3 4 5 6 7 8 |
x |
The funmediation object to be plotted. |
use_panes |
Whether to plot multiple coefficient functions in a single image. |
what_plot |
One of "pfr","coefs", or "tvem." These options are as follows:
|
alpha_level |
Default is .05 for pointwise 95 percent confidence intervals. |
... |
Further arguments currently not supported |
This function does not return an object, but is called for its side effect of plotting to the active device.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.