Generate a common plot for the values associated with locations and with plumes and the values.
Usage
# S3 method for Simulations
plot(x, ..., zcol = 1, main = "",
col = terrain.colors(100), maxpixels = 1e+7)
Arguments
x
Simulations object
...
parameters to be forwarded
zcol
integer, layer of values to be plotted
main
character, header: should have short lines to fit into the upper right corner.
col
color scheme
maxpixels
if values (of one layer) fit into memory
Details
The plots show all factorial and numeric parameters, character parameters (e.g. names of plumes) are ignored. The colours cover min to max of each parameter.
If values (of one layer) fit into memory, they are plotted by image. If they are bigger, we use plot and only plot a sample of size maxpixels (with warning).