Skip to content

Commit 30d35b0

Browse files
jvfedaniloimparato
andauthored
Update README.md
Co-authored-by: Danilo Imparato <13784115+daniloimparato@users.noreply.github.com>
1 parent 3658d0e commit 30d35b0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,8 @@ to a variable in your R environment. The output is just a 2-column matrix:
6161
layout <- easylayout(g)
6262
```
6363

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.
64+
Once you store the final coordinates to a variable, use any plotting package to
65+
display the network. In the example below, we plot the network using ggraph.
6866

6967
``` r
7068
ggraph::ggraph(g, layout = layout) +

0 commit comments

Comments
 (0)