Plot_Hypergeometric_Density: Plot the density of a hypergeometric distribution

Description Usage

View source: R/Plot_Hypergeometric_Density.R

Description

Plot the density of a hypergeometric distribution

Usage

1
2
3
4
5
6
7
Plot_Hypergeometric_Density(
  m = c(10, 40, 60),
  n = 10,
  k = c(5, 20),
  xx = 0:20,
  plot_density_function = TRUE
)

likanzhan/acqr documentation built on Dec. 2, 2020, 10:14 a.m.