Plot the provided value relative to all average values for the given variable across Seascape Classes.
plot_ss_class_var(
var,
val,
n_bins = NULL,
ply_color = "black",
ply_alpha = 0.5,
ln_color = "red",
ln_size = 5,
tbl_classes = ss_gl_classes
)
variable to plot, for getting distribution of all Class averages from ss_gl_classes
average value to plot as a vertical line
number of bins for generating histogram. If NULL (default), then perform a density histogram curve.
color of polygon representing distribution of all average values for var
; default = "black"
color of polygon representing distribution of all average values for var
; default = 0.5
color of vertical line; default = "red"
width of vertical line; default = 5
table of values from which to extract var
; default = ss_gl_classes