Description Usage Arguments Details Value Author(s) Examples
Given a graph with vertice positions along axis, calculate the angles of the axes.
1 | getAxisAngles(graph, firstAxis = 0, degrees = FALSE)
|
graph |
An igraph object |
firstAxis |
By defualt the first axis is positioned along the x-axis. This arugment allows that to be adjusted, which would offset all the axes by that amount. |
degrees |
Logical indicating of firstAxis is specified in degrees. Default is |
Given a graph with vertice positions along axis, calculate the angles of the axes.
A numerical vector giving the axis angle for each node in graph
Jared P. Lander
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.