- pred
Object of class bayesLife.prediction.
- output.dir
Directory into which resulting maps are stored.
- output.type
Type of the resulting files. It can be “png”, “pdf”, “jpeg”, “bmp”, “tiff”, or “postscript”.
- e0.range
Range of the life expectancy to be displayed. It is of the form c(e0.min, e0.max).
By default, the whole range is considered. Note that countries with values outside of the given range will appear white.
- nr.cats
Number of color categories.
- same.scale
Logical controlling if maps for all years of this prediction object should be on the same color scale.
- quantile
Quantile for which the map should be generated. It must be equal to one of the values in dimnames(pred$quantiles[[2]]), i.e. 0, 0.025, 0.05, 0.1, 0.2, 0.25, 0.3, 0.4, 0.5, 0.6, 0.7, 0.75, 0.8, 0.9, 0.95, 0.975, 1. Value 0.5 corresponds to the median.
- file.prefix
Prefix for file names.
- ...
In e0.map, ... are all arguments that can be passed to tfr.map, such as quantile, year, projection.index, par.name, adjusted, device, main, device.args, and data.args. In e0.map.gvis, ... are all arguments that can be passed to tfr.map.gvis. In e0.ggmap, ... are arguments that can be passed to tfr.ggmap. In addition, functions that use the rworldmap package accept
arguments passed to the rworldmap::mapCountryData function.