t.sg: Transpose sg object

View source: R/adjacency_matrix.R

t.sgR Documentation

Transpose sg object

Description

This will transpose the adjacency matrix underlying the graph. Will transform to and from sgadj-object (see 'sg2adj')

Usage

## S3 method for class 'sg'
t(x)

Arguments

x

sg-object.


spatgraphs documentation built on Feb. 16, 2023, 8:49 p.m.

Related to t.sg in spatgraphs...