edgs-set-methods: edgs<-

edgs<-R Documentation

edgs<-

Description

Set edges data.frame associated with associated with gTrack object, the data.frame that is being used to replace must have fields $from, $to, and can have optional fields $lwd $lty, $col specifyign color and line type.

usage: edgs(gt)[[1]] <- new.edges.

Usage

edgs(.Object) <- value

## S4 replacement method for signature 'gTrack'
edgs(.Object) <- value

Arguments

.Object

gTrack object on which to set new edges

value

New value of the edges

Author(s)

Marcin Imielinski


mskilab/gTrack documentation built on March 28, 2024, 6:18 p.m.