calclwl.Rd
Estimate waterline length (lwl
) (m) from length between
perpendiculars (lbp
) (m).
calclwl( shipType, lbp, tankerBulkCarrierGCargoShipTypes = c("tanker", "general.cargo", "chemical.tanker", "liquified.gas.tanker", "oil.tanker", "other.tanker", "bulk.carrier"), roroPaxShipTypes = c("ro.ro", "passenger", "ferry.pax", "ferry.ro.pax", "cruise", "yacht", "cruise.ed") )
shipType | Ship type (vector of strings, see |
---|---|
lbp | Length between perpendiculars (vector of numericals, m) |
tankerBulkCarrierGCargoShipTypes | Ship types specified in input
|
roroPaxShipTypes | Ship types specified in input |
lwl
(vector of numericals, m)
This method this requires ship types to be grouped. Use the
tankerBulkCarrierGCargoShipTypes
and roroPaxShipTypes
grouping
parameters to provide these ship type groupings. Any ship types not included
in these groupings will be considered as miscellaneous vessels.
Kristensen, H. O. "Ship-Desmo-Tool." https://gitlab.gbar.dtu.dk/oceanwave3d/Ship-Desmo
#> [1] 218.79 399.96 144.90