routes | R Documentation |
Get or define routes in DeponsShips objects
## S4 method for signature 'DeponsShips'
routes(x)
## S4 replacement method for signature 'DeponsShips'
routes(x) <- value
x |
Object of class |
value |
list with one named element per shipping route. Each element is a data frame with the variables x, y, speed, and 'pause' which define the coordinates of the fix-points on the shipping routes and the speeds that ships have after passing the fix point and until reaching the next fix point. The variable 'pause' instructs ships about how many minutes to wait before continuing to move. |
The unit of 'speed' is knots.
ships
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.