map.projection: Map Projection

Description Usage Arguments Value Author(s) Examples

Description

Prints the association of labels with map elements.

Usage

1

Arguments

map

an object of type 'map'.

Value

a dataframe containing the projection onto the map for each training observation.

Author(s)

Lutz Hamel, Benjamin Ott, Gregory Breard

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
data(iris)

## set data frame and labels
df <- subset(iris,select=-Species)
labels <- subset(iris,select=Species)

## build a map
m <- map.build(df, labels, xdim=15, ydim=10, train=1000)

## display the label association for the map
map.projection(m)

lutzhamel/popsom2 documentation built on May 25, 2020, 12:46 a.m.