Usage
plotBclim(x, dim = 1, title = NULL, presentleft = TRUE, blob = TRUE, MDPcol = "blue", denscol = "red", MDPtransp = 0.1, denstransp = 0.5, leg = TRUE, legloc = "topleft", ...)
Arguments
dim
The chosen climate dimension. This could be GDD5 (dim=1), MTCO (dim=2) or AET/PET x 100 (dim=3)
title
The title for the plot
presentleft
ether you wish to have the present on the left hand side (default) or on the right hand side
blob
Whether to include the marginal data posteriors (MDPs) as blobs or not
MDPcol
The colour of the MDPs (only works if blob=TRUE)
denscol
The colour of the 50/75/95% posterior climate ranges
MDPtransp
The transparency (between 0 and 1) of the MDPs
denstransp
The transparency (between 0 and 1) of the posterior climate ranges
leg
Whether to include a legend or not (default TRUE)
legloc
Where to place the legend (e.g. 'topleft', 'bottomright', etc)
...
Other arguments to the plot function