generate_prediction_plot | R Documentation |
This function generates a plot based on prediction raster layers and presence/absence points.
generate_prediction_plot(
prediction_layer,
pa_points,
legend_label,
non_study_area_mask,
coords
)
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. |
Returns a ggplot object representing the world prediction plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.