View source: R/PackageOxygen.R
probgrid | R Documentation |
Create a geometric grid of probabilities
probgrid(p1, p2, length = 50)
p1 |
the first element of the grid. |
p2 |
the last element of the grid. |
length |
the length of the grid. |
Create a geometric grid of length length
between p1
and p2
.The default value of length
is 50
.
A vector of probabilities between p1
and p2
and length length
.
p1 <- 0.01
p2 <- 0.99
length <- 500
pgrid <- probgrid(p1, p2, length)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.