plot_spatial_fss: Plot FSS scores

View source: R/plot_spatial_fss.R

plot_spatial_fssR Documentation

Plot FSS scores

Description

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.


andrew-MET/harpVis documentation built on March 11, 2024, 9:34 a.m.