plot_taylor | R Documentation |
Convenient and aesthetic visualization of data in a Taylor diagram.
plot_taylor(x, y, groups = "default", ...)
x |
data.table |
y |
data.table |
groups |
character |
... |
see 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
plot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.