geom_dt_line: Student's t Distribution Density Function

Description Usage Arguments See Also

View source: R/plotting.R

Description

Plot the Student's t distribution density function.

Usage

1
geom_dt_line(df, xmin, xmax, mean = 0, scale = 1, n = 101, ...)

Arguments

df

Degrees of freedom of the Student's t distribution.

xmin

Minimum value for the x-axis

xmax

Maximum value for the x-axis

mean

Location of the Student's t distribution

scale

Scale of the of the Student's t distribution

n

Number of points to interpolate along

...

Arguments passed to geom_line.

See Also

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


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