spatstat.univar-internal {spatstat.univar}R Documentation

Internal Functions

Description

Undocumented Functions

Usage

as.breakpts(...)
breakpts(val, maxi, even, npos, step)
breakpts.from.r(r)
check.hist.lengths(hist, breaks)
check.bandwidth(bw, descrip, fatal)
kermom(m, r, kernel, mean, sd)
km.rs.opt(o, cc, d, breaks, KM, RS)
## S3 method for class 'ecdf'
knots(Fn, ...)
make.even.breaks(bmax, npos, bstep)
match.kernel(kernel)
## S3 method for class 'adaptivedensity'
plot(x, ..., xlab)
## S3 method for class 'interpolatedCDF'
plot(x, ...)
## S3 method for class 'interpolatedCDF'
print(x, ...)
## S3 method for class 'ewcdf'
print(x, digits, ...)
## S3 method for class 'interpolatedCDF'
quantilefun(x, ..., type)
IdenticalRowPair(i,j,a,b)
IdenticalRows(i,j,a,b)
StieltjesCalc(M, f, ...)
## S3 method for class 'stepfun'
StieltjesCalc(M, f, ...)

Details

These functions are not documented.

Value

as.breakpts, breakpts, breakpts.from.r and make.even.breaks return an object of class "breakpts" which defines a sequence of breakpoints, identifies whether they are equally-spaced and so on. match.kernel returns a single character string. check.hist.lengths returns NULL. quantilefun.interpolatedCDF returns a function. The print method returns NULL. Other functions are not documented.


[Package spatstat.univar version 3.1-3 Index]