Learn R Programming

rglobi (version 0.2.4)

get_interaction_areas: Find locations at which interactions were observed

Description

Returns all locations (latitude,longitude) of interactions in data base or area specified in arguments

Usage

get_interaction_areas(bbox = NULL)

Arguments

bbox
Coordinates in EPSG:4326 decimal degrees defining "left, bottom, right, top" of bounding box

Value

  • Returns data frame of coordinates

See Also

Other areas: get_interactions_in_area

Examples

Run this code
get_interaction_areas ()
get_interaction_areas (bbox=c(-67.87,12.79,-57.08,23.32))

Run the code above in your browser using DataLab