Learn R Programming

spatgraphs (version 2.62)

spatgraphs-sg: sg

Description

Edge list-of-lists class for spatgraphs. Methods: print, plot, summary, t.

Transposing is reversing edges.

Arguments

Details

The object is a list with members rl{ 'edges' a list with each element edges[[i]] being a vector of point i's neighbours' indices. So i->j iff j in edges[[i]]. 'N' cardinality of the point pattern. 'symmetric' Boolean. Is the graph symmetric. Might also be '?' (would not trust this one). 'type' Type of the graph as in the function call. 'parameters' Parameters, as in the function call. }