Description Usage Arguments Value Examples
plots a ggscatter
1 2 | myFUN_ggscatter(df, xaxis, yaxis, xlab = xaxis, ylab = yaxis,
regression = "reg.line")
|
df |
data.frame where data is stored |
xaxis |
x column of the data.frame |
yaxis |
y column of the data.frame |
xlab |
name of the x-axis; default = xaxis |
ylab |
name of the y-axis; default = yaxis |
regression |
method how the regression is done –> reg.line or loess, default = reg.line |
return ggscatterplot
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.