t_plot: Plot a student t distribution.

View source: R/distribution_plots.R

t_plotR Documentation

Plot a student t distribution.

Description

Plot a student t distribution.

Usage

t_plot(
  df = 10,
  cv = c(-1, 1),
  tails = "no",
  limits = c(mean - 3 * sd, mean + 3 * sd),
  color = "steelblue"
)

Arguments

df

degrees of freedom.

cv

the critical value(s) to shade.

tails

whether there are one or two sided tails.

limits

the limits of the plot.

color

the color to fill in the area.


jbryer/VisualStats documentation built on Feb. 27, 2025, 6:19 p.m.