ships {DEPONS2R} | R Documentation |
Get or define ships in DeponsShips objects
Description
Get or define ships in DeponsShips objects
Usage
## S4 method for signature 'DeponsShips'
ships(x)
ships(x) <- value
Arguments
x |
Object of class |
value |
data frame with the 'name', 'type', 'length', and 'route' of ships to be simulated, as well as 'tickStart' and 'tickEnd' defining when the ships are to be included in simulations. 'route' is one of the shipping routes defined in the DeponsShips object. |
See Also
Examples
data(shipdata)
ships(shipdata)
[Package DEPONS2R version 1.2.3 Index]