rimage | R Documentation |
The function builds upon function from package graphics, but allows to change some of
it's defaults. These changes can be made through rimage.options
for subsequent calls of rimage
or by direct specification in ...
.
rimage(x = seq(0, 1, length.out = nrow(z)), y = seq(0, 1, length.out = ncol(z)), z, ...)
rimage.options(...)
x , y |
locations of grid lines at which the values in 'z' are measured. These must be finite, non-missing and in (strictly) ascending order. By default, equally spaced values from 0 to 1 are used. If 'x' is a 'list', its components 'x$x' and 'x$y' are used for 'x' and 'y', respectively. If the list has component 'z' this is used for 'z'. (Same as for function image) |
z |
a numeric or logical matrix containing the values to be plotted ('NA's are allowed). Note that 'x' can be used instead of 'z' for convenience. (Same as for function image) |
... |
The following arguments can be supplied to both
Additionally all parameters that can be passed to function |
This function exists just for convenience to be used if sequences of
images are to be plotted using the same settings / style. Function
rimage.options
uses an hidden object .rimage
within an
evironment .adimproOpts
in the space of package adimpro to store
the options.
Both functions return invisible(NULL)
.
Joerg Polzehl polzehl@wias-berlin.de
image
, par
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.