Last chance! 50% off unlimited learning
Sale ends in
Returns the theoretical
# S3 method for dppm
Kmodel(model, …) # S3 method for dppm
pcfmodel(model, …)
# S3 method for detpointprocfamily
Kmodel(model, …)
# S3 method for detpointprocfamily
pcfmodel(model, …)
Model of class "detpointprocfamily"
or "dppm"
.
Ignored (not quite true -- there is some undocumented internal use)
# NOT RUN {
model <- dppMatern(lambda=100, alpha=.01, nu=1, d=2)
KMatern <- Kmodel(model)
pcfMatern <- pcfmodel(model)
plot(KMatern, xlim = c(0,0.05))
plot(pcfMatern, xlim = c(0,0.05))
# }
Run the code above in your browser using DataLab