S3 Methods based on kmeansPseudo S3 Methods based on kmeans
kmeans.ppp(
x,
formula,
centers = as.integer(ceiling((x[["n"]]/clusterSize))),
clusterSize,
...
)kmeans.ppplist(x, ...)
kmeans.hyperframe(x, ...)
Function kmeans.ppp() returns an object of class 'pppkm',
which inherits from ppp.object.
Function kmeans.ppplist() returns an object of class 'pppkmlist',
which inherits from 'ppplist'.