View source: R/S03_Utilities.R
lin | R Documentation |
Generates a sequence of evenly spaced intervals between a lower and upper limit.
lin(start, end, n_intervals)
start |
The starting value. |
end |
The final value. |
n_intervals |
The number of evenly spaced intervals. |
A numeric vector.
# Five evenly spaced intervals from 0 to 1
lin(0, 1, 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.