Learn R Programming

GEOmap (version 2.5-11)

LOCPOLIMAP: LOCPOLIMAP

Description

This program takes a point and return the continent index for database manipulation.

Usage

LOCPOLIMAP(P, MAP)

Value

J

Index to map data base

Arguments

P

Point selected on screen using locator

MAP

List of maps and coordinates from database

Author

Jonathan M. Lees<jonathan.lees.edu>

Details

Uses the CIA data base definitions.

See Also

SETPOLIMAP

Examples

Run this code

P = list(lat=36.09063, lon=19.44610)

LMAP = SETPOLIMAP()

 J = LOCPOLIMAP(P, LMAP)
J

Run the code above in your browser using DataLab