plotPoints: plotPoints

View source: R/plotPoints.R

plotPointsR Documentation

plotPoints

Description

Plot occurrence points with background for visualisation.

Usage

plotPoints(
  occ,
  location = "location",
  lon = "decimalLongitude",
  lat = "decimalLatitude",
  colours = "standard"
)

Arguments

occ

table containing columns with the species name, longitude, and latitude

lon

character, name of the longitude column, default is "decimalLongitude".

lat

character, name of the latitude column, default is "decimalLatitude".

colours

character, options are "bicha" or "standard". Default is "standard"

species

character, name of the column containing species binomial name. Default is "species".

Value

This function plots occurrences on a background.


EduardoArle/nicheRealisation documentation built on Jan. 12, 2023, 1:50 a.m.