plotSimulations: Plot overview of 'simulations'.

Description Usage Arguments Details Author(s) Examples

Description

Generate a common plot for the values associated with locations and with plumes and the values.

Usage

1
2
3
## S3 method for class '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).

Author(s)

Kristina B. Helle, kristina.helle@uni-muenster.de

Examples

1
2
3
data(radioactivePlumes)
plot(radioactivePlumes, zcol = 3, col = bpy.colors(), 
     main = "radioactive \n plumes \n area")

KristinaHelle/sensors4plumes documentation built on May 7, 2019, 12:31 p.m.