latlon.format {oce}R Documentation

Format a latitude-longitude pair

Description

Format a latitude-longitude pair, using "S" for negative latitudes, etc.

Usage

latlon.format(lat, lon)

Arguments

lat latitude in degN north of the equator.
lon longitude in degN east of Greenwich.

Value

A character string.

Author(s)

Dan Kelley

See Also

lat.format and lon.format.


[Package oce version 0.1-76 Index]