circulantij {spatsurv} | R Documentation |
circulantij function
Description
A function to return the "idx" i.e. c(i,j) element of a circulant matrix with base "base".
Usage
circulantij(idx, base)
Arguments
idx |
vector of length 2 th (i,j) (row,column) index to return |
base |
the base matrix of a circulant matrix |
Value
the ij element of the full circulant
[Package spatsurv version 2.0-1 Index]