toIn {SEMID}R Documentation

Transforms a vector of given node indices into their internal numbering

Description

Transforms a vector of given node indices into their internal numbering

Usage

toIn(this, nodes, ...)

## S3 method for class 'LatentDigraph'
toIn(this, nodes, ...)

## S3 method for class 'MixedGraph'
toIn(this, nodes, ...)

Arguments

this

the graph object

nodes

the nodes to transform

...

ignored


[Package SEMID version 0.4.1 Index]