plot_gis: Plot a map of points

View source: R/dataFunctions.R

plot_gisR Documentation

Plot a map of points

Description

Plot a map of points

Usage

plot_gis(gbif_points)

Arguments

gbif_points

Data.frame containing points (latitude and longitude, perhaps other data as columns)

Value

A ggplot2 map

Note that we will need to set zoom automatically, also add points, also make the ocean full of water.

Examples

gis_points <- spocc_taxon_query("Tyto", limit=100, sources="gbif")
plot_gis(gbif_points)

bomeara/chapter2 documentation built on July 22, 2023, 3:19 a.m.