We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3658d0e commit 30d35b0Copy full SHA for 30d35b0
README.md
@@ -61,10 +61,8 @@ to a variable in your R environment. The output is just a 2-column matrix:
61
layout <- easylayout(g)
62
```
63
64
-Once you achieve your desired layout, retrieve the results back to your
65
-R environment and use a plotting package to display the resulting
66
-network. In the example below, we set the x and y values to node
67
-attributes and plot the network using ggraph.
+Once you store the final coordinates to a variable, use any plotting package to
+display the network. In the example below, we plot the network using ggraph.
68
69
``` r
70
ggraph::ggraph(g, layout = layout) +
0 commit comments