powered by
## S3 method for class 'mathgraph': print(x, prefix.node = if (is.character(xu)) "" else "node", ...)
mathgraph
names.mathgraph
mathgraph(~ 1:3 / 2:4) mathgraph(~ 1:3 / 2:4, dir=TRUE) jjm <- mathgraph(~ letters[1:3] * letters[2:4]) jjm names(jjm) <- LETTERS[1:9] jjm
Run the code above in your browser using DataLab