Skip to content

Instantly share code, notes, and snippets.

@monogenea
Created October 7, 2019 17:43
Embed
What would you like to do?
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