Unlimited learning, half price | 50% off
Get 50% off unlimited learning

pRecipe (version 3.0.1-3)

plot_taylor: Taylor diagram

Description

Convenient and aesthetic visualization of data in a Taylor diagram.

Usage

plot_taylor(x, y, groups = "source", ...)

Value

plot object

Arguments

x

data.table

y

data.table

groups

character

...

see details

Details

`x` columns should be named: "lon", "lat", "date", "value", "dataset", and "source". The last two columns are added using the label.

`y` columns should be named: "lon", "lat", "date", "value", "dataset", and "source". The last two columns are added using the label.

`groups` character to define panels. Suitable options are:

  • "source" (default)

  • "seasons" (only works properly with monthly data)

`...` extra arguments passed on to openair::TaylorDiagram