spatstat.local-internal {spatstat.local} | R Documentation |
Internal Functions of the spatstat.local Package
Description
Internal functions of the spatstat.local package.
Usage
sqmag(x)
invsqrtmat(M)
sqrtmat(M)
gridproxy(P, ..., dimyx = NULL, eps = NULL, xy = NULL, weights=NULL)
## S3 method for class 'loccit'
print(x, ...)
locppmEngine(model, sigma, V, ..., weights,
verbose, scopename, scopeindex,
opt, dropterm, matrices, fastRCinloop, internals,
fft.algorithm)
locppmFFT(model, sigma, ..., lambda, new.coef, what, internals,
algorithm, verbose)
vcovlocEngine(internals, localwt=NULL, ...,
A1dummy=FALSE, new.coef=NULL, bananas=FALSE)
getvcinternals(model, verbose)
locppmOptions(other, ..., other1)
## S3 method for class 'locppmOptions'
print(x, ...)
FirstExtantEntry(xlist, tags, whinge)
sample.imagelist(X,V)
locppmPredict(homfit, coefs, type, locations, precomputed, details, index)
check.flat.matrix(A, dimA)
as.flat.matrix(X, ncopies)
handle.flat.matrix(A, dimA, matrixop, ...)
invert.flat.matrix(X,p,special)
trace.flat.matrix(X,p)
transpose.flat.matrix(X,dimX)
eigenvalues.flat.matrix(X,p)
average.flat.matrix(X,dimX,weights)
invert.slice(x,p)
outersquare.flat.vector(A)
check2.flat.matrices(A, B, dimA, dimB)
handle2.flat.matrices(A, B, dimA, dimB, operation)
multiply2.flat.matrices(A, B, dimA, dimB)
multiply2.slice(x, dimA, dimB, indA, indB)
solve2.flat.matrices(A, B, dimA, dimB)
solve2.slice(x, dimA, dimB, indA, indB)
outer2.flat.vectors(A,B)
quadform2.flat.matrices(A, B, dimA, dimB, Bsymmetric)
quadform2.slice(x, dimA, dimB, indA, indB)
quadform2symm.slice(x, dimA, dimB, indA, indB)
check3.flat.matrices(X, Y, Z, dimX, dimY, dimZ)
handle3.flat.matrices(X, Y, Z, dimX, dimY, dimZ, operation)
bilinear3.slice(x, dimX, dimY, dimZ, indX, indY, indZ)
bilinear3.flat.matrices(X, Y, Z, dimX, dimY, dimZ)
multiply3.slice(x, dimX, dimY, dimZ, indX, indY, indZ)
multiply3.flat.matrices(X, Y, Z, dimX, dimY, dimZ)
matrix2imagelist(mat, W)
imagelist2matrix(x)
loccitFFT(fit0, sigma, rmax, ...,
base.trendcoef, base.cluspar, base.lambda, base.lambdaim,
clusters, hompoisfit,
what, do.trend, do.clusters, calcopt, verbose)
extraClusterModelInfo(name, warn)
applymaps(maplist, x)
accumulateStatusList(x, stats, stoponerror)
HomTestMapEngine(x, info)
## S3 method for class 'homtestmap'
print(x, ...)
Details
These internal functions should not be called directly by the user. They may change at any time.
[Package spatstat.local version 5.0-1 Index]