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