View source: R/jjridgestats.h.R
jjridgestats | R Documentation |
Ridgeline Plot
jjridgestats(
data,
dep,
group,
plotStyle = "density",
scaling = 1,
bandwidth = 1,
binwidth = 1,
fill = TRUE,
colorscheme = "viridis",
customColor = "#4682B4",
themeChoice = "minimal",
legendPosition = "none",
mytitle = "",
xtitle = "",
ytitle = ""
)
data |
The data as a data frame. |
dep |
. |
group |
. |
plotStyle |
. |
scaling |
. |
bandwidth |
. |
binwidth |
. |
fill |
. |
colorscheme |
. |
customColor |
. |
themeChoice |
. |
legendPosition |
. |
mytitle |
. |
xtitle |
. |
ytitle |
. |
A results object containing:
results$todo | a html | ||||
results$plot | an image | ||||
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.