有没有办法修复色标以使其保持不变,例如在生成多个绘图时?我知道曾经可以使用polarPlot(..., type = "year")
,但我不想要图表网格,因为我正在尝试创建动画(我已经在 Github repo 问题下交叉列出了这个问题)。
library(openair)
library(dplyr)
library(lubridate)
polarPlot(filter(mydata, year(date) == 1999),
pollutant = "nox")
polarPlot(filter(mydata, year(date) == 2004),
pollutant = "nox")