fromtoby | R Documentation |
This function creates a sequence from named vectors with the
names from
, to
and by
.
fromtoby(times)
times |
A named vector with the names |
Named vectors with from
, to
and by
can be used
in simecol to specify time steps.
The appropriate vector with a sequence, generated by seq
.
seq
times <- c(from=1, to=5, by=0.1)
fromtoby(times)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.