Plot all kriged Q values for each K
tess_plot_allK.Rd
Plot all kriged Q values for each K
Usage
tess_plot_allK(
krig_admix,
coords = NULL,
col_pal = algatr_col_default("base"),
col_breaks = 20,
...
)
Arguments
- krig_admix
RasterStack returned by tess_krig
- coords
dataframe with x and y coordinates for plotting (optional)
- col_breaks
number of breaks for plotting (defaults to 20)
- ...
Graphical parameters. Any argument that can be passed to image.plot and to base plot
See also
Other TESS functions:
allK_plot_helper()
,
bestK()
,
ggbarplot_helper()
,
krig_legend()
,
pops_helper()
,
tess_barplot()
,
tess_col_default()
,
tess_do_everything()
,
tess_ggbarplot()
,
tess_ggplot()
,
tess_krig()
,
tess_ktest()