plot_taylor: Taylor diagram

View source: R/plot_taylor.R

plot_taylorR Documentation

Taylor diagram

Description

Convenient and aesthetic visualization of data in a Taylor diagram.

Usage

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

Arguments

x

data.table

y

data.table

groups

character

...

see details

Details

'x' columns should be named: "lon", "lat", "date", "value", "dataset", and "source".

'y' columns should be named: "lon", "lat", "date", "value", "dataset", and "source".

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

  • "default" (only one panel)

  • "source"

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

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

Value

plot object


pRecipe documentation built on April 4, 2025, 2:13 a.m.