Description Usage Arguments Details Value Author(s) Examples
View source: R/DecimaliseLatitudeLongitude.R
Decimalises a longitude or latitude specified in degrees, minutes, seconds, and decimals
1 2 3 4 5 6 7 | DecimaliseLatitudeLongitude(
degrees,
minutes = 0,
seconds = 0,
decimals = 0,
direction
)
|
degrees |
An integer specifying the longitude or latitiude in degrees. |
minutes |
An integer specifying the longitude or latitiude minutes. |
seconds |
An integer specifying the longitude or latitiude seconds. |
decimals |
An integer specifying the longitude or latitiude decimals. |
direction |
The direction (N = North, E = East, S = South, W = West). |
Nothing yet.
A decimalised latitude or longitude.
Graeme T. Lloyd graemetlloyd@gmail.com
1 2 | DecimaliseLatitudeLongitude(degrees = 179, minutes = 12,
seconds = 13, decimals = 67, direction = "W")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.