Skip to content

Commit

Permalink
Added check for igraph correctly loading
Browse files Browse the repository at this point in the history
  • Loading branch information
vcabeli committed Sep 4, 2020
1 parent 03151bf commit 83ce799
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/miic.export.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#' )
#'
#' # Using igraph
#' library(igraph)
#' if(require(igraph)) {
#' g = miic.export(miic.res, "igraph")
#' plot(g) # Default visualisation, calls igraph::plot.igraph()
#'
Expand All @@ -41,6 +41,7 @@
#' # Override some graphical parameters
#' plot(g, edge.curved = .2)
#' plot(g, vertex.shape="none", edge.color="gray85", vertex.label.color="gray10")
#' }
#'
#' }
#'
Expand Down
3 changes: 2 additions & 1 deletion man/miic.export.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 83ce799

Please sign in to comment.