Make map from model
gdm_map.Rd
Make map from model
Usage
gdm_map(
gdm_model,
envlayers,
coords,
plot_vars = TRUE,
scl = 1,
display_axes = FALSE,
quiet = FALSE
)
Arguments
- gdm_model
GDM model
- envlayers
SpatRaster or Raster* object (LAYER NAMES MUST CORRESPOND WITH GDM MODEL)
- coords
data frame with x and y coordinates
- plot_vars
whether to create PCA plot to help in variable and map interpretation (defaults to TRUE)
- scl
constant for rescaling variable vectors for plotting (defaults to 1)
- display_axes
display PC axes text, labels, and ticks (defaults to FALSE)
- quiet
whether to operate quietly and suppress the output of tables and figures (defaults to FALSE)
See also
Other GDM functions:
gdm_coeffs()
,
gdm_df()
,
gdm_do_everything()
,
gdm_format()
,
gdm_plot_diss()
,
gdm_plot_isplines()
,
gdm_plot_vars()
,
gdm_run()
,
gdm_table()
,
gdm_var_sel()
,
scale01()