ToySignalDC {cope} | R Documentation |
Return the Toy Signal with discontinuities.
Description
Return the Toy Signal with discontinuities.
Usage
ToySignalDC(ImRange = c(0, 1), NPixel = 64)
Arguments
ImRange |
A vector with two components giving the range of the region on which the Toy Signal is to be computed. |
NPixel |
Number of pixels of the result in one direction. The resulting picture will have NPixel x NPixel pixels. |
Value
A list with components "x", "y" and "z". Here, x and y are the coordinates of the grid and z is matrix of dimensions c(NPixel,NPixel) giving the Toy Signal.
[Package cope version 0.2.3 Index]