| make_start {amt} | R Documentation | 
Create an initial step for simulations
Description
An initial step for simulations. This step can either be created by defining a step from scratch or by using an observed step.
Usage
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, ...)
Arguments
| x | 
 | 
| ... | Further arguments, none implemented. | 
| ta_ | 
 | 
| time | 
 | 
| dt | 
 | 
| crs | 
 | 
[Package amt version 0.2.2.0 Index]