Description Usage Arguments Value See Also Examples
This function is used to analyse functional spatial filters, indicating how the squared norms lie.
1 2 |
object |
the filter. |
... |
currently unused |
use.norm |
which norm to use for the lags. |
make.plot |
a boolean indicating whether to plot the result. |
object list with components
balls |
a data frame containing the cumulative sums of the squared norms of the filter coefficients up to some maximum lag. |
zeroplanes |
a matrix containing the sums of the squared norms of the filter coefficients lying on the (hyper-) planes with one dimension of the lag equals zero, along with the sum over all lags as comparison. |
abs.sum |
a data frame containing the cumulative sums of the norms of the filter coefficients. |
1 2 3 4 | ## Not run:
summary.fsd.filter(object)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.