| kmeans_etc | R Documentation |
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, ...)
x |
see Usage |
formula |
formula |
centers |
integer scalar, number of clusters |
clusterSize |
integer scalar, number of points per cluster |
... |
additional parameters of the function kmeans |
The function kmeans.ppp() returns an object of class 'pppkm',
which inherits from ppp.object.
The function kmeans.ppplist() returns an object of class 'pppkmlist',
which inherits from 'ppplist'.
https://tingtingzhan.quarto.pub/groupedhyperframe/topics.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.