| as.unit {oce} | R Documentation |
This function is not presently used by any oce functions, and is
provided as a convenience function for users.
as.unit(u, default = list(unit = expression(), scale = ""))
u |
A character string indicating a variable name. The following
names are recognized: |
default |
A default to be used for the return value, if |
A list with elements unit, an expression(),
and scale, a string.
as.unit("DBAR")
as.unit("IPTS-68")
as.unit("ITS-90")
as.unit("PSS-78")
as.unit("UMOL/KG")