
Create a custom legend for TESS maps
tess_legend.RdCreate a custom legend for TESS maps
Arguments
- krig_admix
SpatRaster returned by tess_krig
- plot_method
method for making rainbow map of kriged layers (options: "maxQ" to only plot the max Q value for each cell (default), "allQ" to plot all Q values greater than
minQ, "maxQ_poly" or "allQ_poly" to create the plots as previously described, but as polygons for each K instead of continuous Q values)- minQ
threshold for minimum Q-value for rainbow plotting if
plot_method = "allQ"orplot_method = "allQ_poly"is used (defaults to 0.10)