exampledata {osc} | R Documentation |
Example data for the clustering algorithm.
Description
This is test data for the package.
Usage
data(exampledata)
Format
A data frame with 235 observations on the following 4 variables.
x
a numeric vector of x-coordinates
y
a numeric vector of y-coordinates
z
a numeric vector of population data
cluster
a numeric vector of clusters
Examples
data(exampledata)
str(exampledata)
[Package osc version 1.0.5 Index]