lr_prediction_plot: Plot prediction and species points

Description Usage Arguments Value Examples

View source: R/sdm.R

Description

Follows Jeff Oliver's tutorial at https://jcoliver.github.io/learn-r/011-species-distribution-models.html

Usage

1
2
lr_prediction_plot(lr_prediction_output, state = "all",
  xlim = c(-90.360481, -81.53846), ylim = c(34.947001, 36.67528))

Arguments

lr_prediction_output

Output from lr_prediction_output() function

state

State to plot (for all states, pass in ".")

xlim

Min and max of longitude

ylim

Min and max of latitude

Value

Nothing

Examples

1
2
prediction_object <- lr_prediction(lr_get_gbif_data_for_species("Quercus alba", country="US", state="Tennessee"))
lr_prediction_plot(prediction_object, state="tennessee")

TCBCprototype/localreports documentation built on Nov. 12, 2021, 7:17 p.m.