Skip to content

Instantly share code, notes, and snippets.

@monogenea
Created October 7, 2019 17:43
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/b9bd30d55bb60b1f83d40046a9654035 to your computer and use it in GitHub Desktop.
Save monogenea/b9bd30d55bb60b1f83d40046a9654035 to your computer and use it in GitHub Desktop.
rangeP <- seq(0, 1, length.out = 100)
plot(rangeP, dbinom(x = 8, prob = rangeP, size = 10),
type = "l", xlab = "P(Black)", ylab = "Density")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment