powered by
sort.mathgraph(x, nodes = TRUE, edges = TRUE)
mathgraph
TRUE
jjmg <- c(mathgraph(~ 4:2 * 1:3), mathgraph(~ 3:5 / 1:3)) sort.mathgraph(jjmg) sort.mathgraph(jjmg, node=FALSE) sort.mathgraph(jjmg, edge=FALSE)
Run the code above in your browser using DataLab