Plot FSS scores
Usage
plot_spatial_fss(
plot_data,
score_name = "FSS",
flip_axes = FALSE,
colour_by = "fss",
point_size = 1.2,
line_width = 1,
num_facet_cols = NULL,
...
)
Arguments
- plot_data
A tibble from
plot_spatial_verif
that contains necessary scores.- score_name
Name of the score to plot. Technically not really necessary but makes it more intuitive when calling from
plot_spatial_verif
.- flip_axes
Logical of whether to swap the x and y axes.
- colour_by
The column to colour the plot lines by. Can be an option between the score ("fss"), scale or threshold.
- point_size
The size of points to plot.
- line_width
The width of lines to plot. The default is 1.
- num_facet_cols
Number of columns in the faceted plot.