edges: Retrieve edges of an object

View source: R/edges.R

edgesR Documentation

Retrieve edges of an object

Description

Retrieve edges of an object

Usage

edges(object)

## Default S3 method:
edges(object)

## S3 method for class 'graphpcor'
edges(object)

## S3 method for class 'treepcor'
edges(object)

Arguments

object

graphpcor object

Methods (by class)

  • edges(default): Default method for edges

  • edges(graphpcor): Extract the edges of a graphpcor.

  • edges(treepcor): Extract the edges of a treepcor


graphpcor documentation built on March 23, 2026, 9:07 a.m.