raster_dist_plot: Raster Distribution plot

Description Usage Arguments

Description

Convenience function to summarise a raster stack and plot the result as a trellis plot summarising the distribution by quantiles

Usage

1
2
3
4
5
raster_dist_plot(ss, multi = list(NULL, c("IndustryY_pm10",
  "IndustryX_so2"))[[1]], mn = "", sb = "", th = BuRdTheme,
  scales = list(draw = FALSE), meanonly = FALSE, tab_out = FALSE,
  debug = FALSE, verbose = FALSE, beginnul = FALSE, maksimum = NULL,
  diverge = FALSE, ...)

Arguments

ss

A raster stack

multi

A character vector of layer name components or NULL

mn

The main title of the resulting plot as a character string. Defaults to empty string

sb

The plot subtitle as a character string

th

The theme to be applied temporarily to the plotting procedure

scales

A list with components x (columns) and y (rows). Each of these components must be a numeric vector of length 2 defining the range for each marginal plot. Default contains a logical that prevents drawing marginal graphics

meanonly

Logical Return only the mean

tab_out

Logical Write out a table

...

Arguments to be passed to raster_dist_sum


christiaanpauw/AQoffset documentation built on May 13, 2019, 6:57 p.m.