edgs<- | R Documentation |
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.
edgs(.Object) <- value
## S4 replacement method for signature 'gTrack'
edgs(.Object) <- value
.Object |
|
value |
New value of the edges |
Marcin Imielinski
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.