Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
Now the diamond shape function acceptes the argument vertex.frame.color.
  • Loading branch information
marmello77 committed Oct 25, 2020
1 parent 1c59a25 commit c7c1a9d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion analysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ plot(data2,
vertex.label = V(data2)$name,
vertex.label.color = "white",
vertex.label.cex = .3,
vertex.frame.color = "white",
vertex.frame.color = NA,
edge.color = adjustcolor("grey", alpha.f = .5),
edge.curved = 0.3,
edge.width = 3,
Expand Down
Binary file modified figures/network.tif
Binary file not shown.
1 change: 1 addition & 0 deletions tutorial.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ plot(data2,
vertex.label = V(data2)$name,
vertex.label.color = "white",
vertex.label.cex = .3,
vertex.frame.color = NA,
edge.color = adjustcolor("grey", alpha.f = .5),
edge.curved = 0.3,
edge.width = 3,
Expand Down
Binary file modified tutorial.pdf
Binary file not shown.

0 comments on commit c7c1a9d

Please sign in to comment.