Skip to content

Instantly share code, notes, and snippets.

@monogenea
Created October 7, 2019 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monogenea/6531928683a282983044925ddd025775 to your computer and use it in GitHub Desktop.
Save monogenea/6531928683a282983044925ddd025775 to your computer and use it in GitHub Desktop.
n <- 1:20
den <- dpois(n, 3)
plot(den, xlab = "Outcome", ylab = "Density")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment