Skip to content

Commit

Permalink
Fix igraph reference in namespace to pass Travis tests andrie#52
Browse files Browse the repository at this point in the history
  • Loading branch information
andrie committed Jan 15, 2015
2 parents 8c43b25 + 3f33560 commit a49bdad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/plot.pkgDepGraph.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ plot.pkgDepGraph <- function(
eColor <- edgeColor[igraph::get.edge.attribute(x, "type")]

par(mai=rep(0.25, 4))
# browser()

plot(x, vertex.size=vertex.size,
igraph::plot.igraph(x, vertex.size=vertex.size,
edge.arrow.size=0.5,
edge.color=eColor,
vertex.label.cex=cex,
Expand Down

0 comments on commit a49bdad

Please sign in to comment.