View source: R/draw_density_plot.R
draw_density_plot | R Documentation |
Function drawing the 2D density of students along two dimensions selected by the user.
draw_density_plot(
scores,
slctx,
slcty,
slctbkgalpha,
slctpntalpha,
slctpntsize
)
scores |
Tibble. |
slctx |
Character. |
slcty |
Character. |
slctbkgalpha |
Double. |
slctpntalpha |
Double. |
slctpntsize |
Double. |
A ggplot object ready for rendering.
Nicolas Mangin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.