plot_gam | R Documentation |
Display graphical representation of a gam model for bivariate relationships. Model specification can be set with the ellipsis argument (dot-dot-dot).
plot_gam(data, x, y, xlab, ylab, round_to = 1, ...)
data |
Dataset from where to extract x and y variables. |
x |
Numeric. Variable for the x-axis. |
y |
Numeric. Variable for the y-axis. |
xlab |
Character. Label for x in the plot. |
ylab |
Character. Label for y in the plot. |
round_to |
Numeric. Intervals for mean and SE calculations. |
... |
Further arguments for |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.