seq_geo | R Documentation |
Generate a geometric sequence of parameter values
seq_geo(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_geo(from = 1, to = 10, n = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.