R/plot_species_richness.R
plot_species_richness.RdPlot species richnessobserved and estimated probabilities of presence for all sites. Possibility to save plots
plot_species_richness(
jSDM_binom_pro,
coord_site,
country_name = NULL,
latlon_output = NULL,
display_plot = TRUE,
save_plot = FALSE
)object of class jSDM. output of "jSDM_binomial_probit" of "jSDM" library
dataframe. columns name must contain latitude and longitude as names.
character. English name of the country where are inventory sites, default is NULL.
float vector. inconsistent with `country_name` coord of output box is this format lon_min, lat_min, lon_max, lat_max, default is NULL.
boolean. show plot, default is TRUE.
boolean. Write plot in plot folder as .png files, default is FALSE.