Description Usage Arguments Value Author(s) Examples
Sequence of n exponentially increasing values.
1 | krig_breaks(first, last, n)
|
first, last |
Numeric; first and last value of the list. |
n |
Length of returned value. |
A numeric vector of length n
.
Graham Zemunik (grah.zem@gmail.com).
1 2 | out <- krig_breaks(1, 10, 10)
plot(out)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.