make_start | R Documentation |
An initial step for simulations. This step can either be created by defining a step from scratch or by using an observed step.
make_start(x, ...)
## S3 method for class 'numeric'
make_start(
x = c(0, 0),
ta_ = 0,
time = Sys.time(),
dt = hours(1),
crs = NA,
...
)
## S3 method for class 'track_xyt'
make_start(x, ta_ = 0, dt = hours(1), ...)
## S3 method for class 'steps_xyt'
make_start(x, ...)
x |
|
... |
Further arguments, none implemented. |
ta_ |
|
time |
|
dt |
|
crs |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.