idfocean {oceanic} | R Documentation |
idfocean
Description
Return The Pacific Ocean(PAC), Indian Ocean(IND) or Atlantic Ocean(ATL) of your coordinate.
Usage
idfocean(lon, lat)
Arguments
lon |
Input the longitude. |
lat |
Input the latitude. |
Value
the ocean of lon
and lat
.
Examples
idfocean(125,20)
[Package oceanic version 0.1.7 Index]