is.edgeMatrix: Check if object could be an edgeMatrix

View source: R/Edges.R

is.edgeMatrixR Documentation

Check if object could be an edgeMatrix

Description

Check if object could be an edgeMatrix

Usage

is.edgeMatrix(object, n, checknm = TRUE)

is.eList(object, n, checknm = TRUE)

is.adjMatrix(object, n, checknm = TRUE)

is.adjList(object, n, checknm = TRUE)

Arguments

object

purported edgeMatrix

n

(optionally) number of vertices in graph

checknm

logical: use class of object to determine answer?

Functions

  • is.eList(): Check if object could be eList

  • is.adjMatrix(): Check if object could be adjMatrix

  • is.adjList(): Check if object could be adjList


rje42/MixedGraphs documentation built on March 20, 2024, 8:09 a.m.