generate_prediction_plot: Generate Prediction Plot

View source: R/utils.R

generate_prediction_plotR Documentation

Generate Prediction Plot

Description

This function generates a plot based on prediction raster layers and presence/absence points.

Usage

generate_prediction_plot(
  prediction_layer,
  pa_points,
  legend_label,
  non_study_area_mask,
  coords
)

Arguments

prediction_layer

Raster prediction layer.

pa_points

Presence/absence points.

legend_label

Label for the legend.

non_study_area_mask

Spatial polygon representing the non study areas.

Value

Returns a ggplot object representing the world prediction plot.


glossa documentation built on Oct. 15, 2024, 5:08 p.m.