Skip to contents

Generic methods to extract detail from NN objects

  • graph extracts the igraph object

  • nn.idx extracts the index matrix

  • nn.dist extracts the distance matrix

Usage

listNNs(x)

nn.igraph(x)

nn.name(x)

nn.idx(x)

nn.dist(x)

nn.method(x)

nn.misc(x)

# S4 method for Analysis
listNNs(x)

# S4 method for SpatialMap
listNNs(x)

# S4 method for NN
nn.name(x)

# S4 method for NN
nn.igraph(x)

# S4 method for NN
nn.idx(x)

# S4 method for NN
nn.dist(x)

# S4 method for NN
nn.method(x)

# S4 method for NN
nn.misc(x)

# S4 method for list
nn.name(x)

# S4 method for list
nn.igraph(x)

# S4 method for list
nn.idx(x)

# S4 method for list
nn.dist(x)

# S4 method for list
nn.method(x)

# S4 method for list
nn.misc(x)

Arguments

x

An NN object

Scroll to top