students_t_plot: Student's t Density Plot

Description Usage Arguments See Also

View source: R/plotting.R

Description

Plot of the Student's t distribution density function, with typical defaults used in introducing t distributions.

Usage

1
2
students_t_plot(df, mean = 0, scale = 1, max.scale = 4, n = 101,
  digits = 2, ...)

Arguments

df

Degrees of freedom

mean

Location

scale

Scale

max.scale

The x-axis of the plot is mean + c(-1, 1) * max.scale * scale .

n

Number of points to interpolate along

digits

Number of digits to display in x-axis breaks.

...

Arguments passed to geom_dt_line.

See Also

Other Plots.of.the.t.distribution: geom_dt_area; geom_dt_line; students_t_area_plot_p, students_t_area_plot_q; students_t_tail_plot_p, students_t_tail_plot_q


jrnold/ShinyIntroStats documentation built on May 19, 2019, 11:55 p.m.