draw_density_plot: Draw a density plot

View source: R/draw_density_plot.R

draw_density_plotR Documentation

Draw a density plot

Description

Function drawing the 2D density of students along two dimensions selected by the user.

Usage

draw_density_plot(
  scores,
  slctx,
  slcty,
  slctbkgalpha,
  slctpntalpha,
  slctpntsize
)

Arguments

scores

Tibble.

slctx

Character.

slcty

Character.

slctbkgalpha

Double.

slctpntalpha

Double.

slctpntsize

Double.

Value

A ggplot object ready for rendering.

Author(s)

Nicolas Mangin


NicolasJBM/chartR documentation built on Sept. 13, 2024, 12:31 p.m.