seq_even | R Documentation |
Generate evenly spaced sequence
seq_even(from, to, n = 5, digits = NULL)
from |
passed to |
to |
passed to |
n |
passed to |
digits |
number of significant digits in the answer; if |
seq_even(1, 10, 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.