Usage
sampleKernelFunction(kernel, values)
## S3 method for class 'kernelFunction':
plot(x, y, xlim = c(-2,2), lwd = 2, col = "red", ...)
## S3 method for class 'kernelArray':
plot(x, y, axis = 1, lwd = 2, col = "red", ...)
Arguments
kernel
A kernel function object.
values
A vector of values to sample the function at. These are in units of pixels, with zero representing the centre of the kernel.
x
A kernel object of the appropriate class.
xlim
The limits of the range used to profile the kernel.
lwd
The line width to use for the kernel profile.
col
The line colour to use for the kernel profile.
axis
The axis to profile along.
...
Additional plot parameters.