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 method for gTrack
edgs(.Object) <- value

Arguments

.Object

gTrack object on which to set new edges

value

New value of the edges

Author

Marcin Imielinski