Learn R Programming

osc (version 1.0.5)

exampledata: Example data for the clustering algorithm.

Description

This is test data for the package.

Usage

data(exampledata)

Arguments

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

Run this code
# NOT RUN {
data(exampledata)
str(exampledata)
# }

Run the code above in your browser using DataLab