ToySlope {cope} | R Documentation |
The toy slope.
Description
The toy slope.
Usage
ToySlope(ImRange = c(0, 1), NPixel = 64)
Arguments
ImRange |
A vector with two components giving the range of the region on which the Toy Slope 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]