autoplot.gbifOcc: Plot GBIF Occurrence Data

View source: R/gbifDownload.R

autoplot.gbifOccR Documentation

Plot GBIF Occurrence Data

Description

Function to visualise the data associated with a GBIF occurrence download.

Usage

## S3 method for class 'gbifOcc'
autoplot(object, ...)

Arguments

object

An object that inherits from class gbifOcc (such as that produced by the gbifOccDownload function).

...

Named arguments passed to constituent plotting functions. Arguments that are of the form points.parameter will be passed to the geom_sf function that determines the plotting behaviour of the occurrence records (without the points. prefix). If arguments of the form boundary.parameter are provided then a boundary layer is added to the plot (with data drawn from the boundary.data argument) and these arguments are similarly passed to the corresponding geom_sf function (without the boundary. prefix). Optionally an argument titled titleLabelWidth can be provided which is an integer scalar giving the number of characters to aim for when wrapping text associated with the titles of dataset names in legends and axis labels.

Value

A ggplot layer.

Author(s)

Joseph D. Chipperfield, joechip90@googlemail.com

See Also

gbifOccDownload, autoplot, geom_sf


joechip90/PaGAn documentation built on April 17, 2025, 4:05 p.m.