View source: R/marginal_plot.R
marginal_plot | R Documentation |
FUNCTION_DESCRIPTION
marginal_plot( x, y, group = NULL, data = NULL, lm_formula = y ~ x, bw = "nrd0", alpha = 1, plot_legend = T, ... )
x |
PARAM_DESCRIPTION |
y |
PARAM_DESCRIPTION |
group |
PARAM_DESCRIPTION, Default: NULL |
data |
PARAM_DESCRIPTION, Default: NULL |
lm_formula |
PARAM_DESCRIPTION, Default: y ~ x |
bw |
PARAM_DESCRIPTION, Default: 'nrd0' |
alpha |
PARAM_DESCRIPTION, Default: 1 |
plot_legend |
PARAM_DESCRIPTION, Default: T |
... |
PARAM_DESCRIPTION |
DETAILS
OUTPUT_DESCRIPTION
## Not run: if(interactive()){ #EXAMPLE1 } ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.