Skip to contents

[Deprecated]

Usage

plot_scatter(
  .fcst,
  fcst_model,
  parameter,
  members = "all",
  facet_members = TRUE,
  binwidth = NULL,
  colours = NULL,
  ...
)

Arguments

.fcst

A harp_fcst type object.

fcst_model

The model in the harp_fcst object to make a scatter plot for - must not be quoted.

parameter

The parameter to plot - used to identify the observations column in .fcst. Must not be quoted.

members

The member(s) to include in the forecast statistics if .fcst is for EPS forecasts. Must be either a numeric vector of member numbers or "all" to include all members.

binwidth

A 2 element numeric vector giving the width of the bins to plot for the observed and forecast directions respectively. Set to NULL (the default) to use the deafult of the width that gives 30 bins.

colours

A chracter vector of colours used to generate a colour gradient.

...

Options for scale_colour_gradientn

Value

A hexbin plot.