occ_map: Plot Longitude and Latitude Points on World Map

Description Usage Arguments Details Value Examples

View source: R/occ_map.R

Description

occ_map returns a plot with columns 'Longitude' and 'Latitude' in FishNet2 dataframe on a world map.

Usage

1
occ_map(df, color = "darkred")

Arguments

df

A dataframe in FishNet2 standard format (by using read.csv())

color

Color of plotted points, default is dark red

Details

This is a function to get a plot of occurrence records from FishNet2 search query. Parameter is a dataframe that must have the columns 'Longitude' and 'Latitude'. NA values are removed in the function.

Value

Plot of latitude and longitude points on world map

Examples

1

kdors/rfishnet2 documentation built on May 23, 2020, 7:07 p.m.