An example of how one might make forecast maps using tpalette
.
tmap(dat, iyr, circles = FALSE, fac = 10, theta0 = 0,
dich = "none", m = 0.7, palette = TRUE,
flip = FALSE)
An array of forecasts in a suitable format. See Example code below
In this example, an integer in the range 1 to 25.
circles
= FALSE (the default) fills map with coloured polygons. circles
= TRUE fills map with circles whose radii are dependent on verification information.
Scaling factor for size of circles when circles
= TRUE.
Angle to rotate colours on palette. See tcolour
.
Optionally render colours as they would appear to a dichromat. See tcolour
.
Parameter controlling rate at which colours saturate in palette. See tcolour
.
Logical. If palette
= TRUE a colour palette is included.
Logical to choose whether to switch categories B and A. See tcolour
.
Tim Jupp
Jupp TE, Lowe R, Stephenson DB, Coelho CAS (2012) On the visualization, verification and recalibration of ternary probabilistic forecasts, Philosophical Transactions of the Royal Society, volume 370, pages 1100-1120.
https://rsta.royalsocietypublishing.org/content/370/1962/1100.full/
https://arxiv.org/abs/1103.1303/
data(rain)
tmap(rain,iyr=17,palette=TRUE,circles=FALSE,fac=10)
Run the code above in your browser using DataLab