latlon.format {oce}R Documentation

Format a latitude-longitude pair

Description

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

Usage

 latlon <- latlon.format(lat, lon)

Arguments

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

Details

Value

A character string.

Author(s)

Dan Kelley

See Also

lat.format and lon.format.

Examples






[Package oce version 0.1.71 Index]