split_kmeans {groupedHyperframe}R Documentation

split by kmeans Clustering

Description

split by kmeans clustering

Usage

split_kmeans(x, ...)

## Default S3 method:
split_kmeans(x, ...)

## S3 method for class 'listof'
split_kmeans(x, ...)

## S3 method for class 'hyperframe'
split_kmeans(x, ...)

Arguments

x

see Usage

...

additional parameters of function kmeans

Note

Function split_kmeans.default() is supposed to work with ppp.object.


[Package groupedHyperframe version 0.2.4 Index]