Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
andrie committed Jan 15, 2018
1 parent d6a3056 commit c90455f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/plot.pkgDepGraph.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Plots a package dependency graph.
#'
#' @param x pkgDepGraph object
#' @param pkgsToHighlight Optional character vector with names of package to hightlight. If missing, defaults to packages used in original call to [makeDepGraph()]
#' @param pkgsToHighlight Optional character vector with names of package to highlight. If missing, defaults to packages used in original call to [makeDepGraph()]
#' @param main Title of plot
#' @param legendPosition Numeric vector of length 2, indicating (x, y) position of edge legend. Both values should be in the range `[-1; 1]`. If `NULL`, the edge legend is not displayed.
#' @param shape Shape of edge. See [igraph::igraph.plotting()]. Could be "none", "circle", "square", ...
Expand Down
2 changes: 1 addition & 1 deletion man/plot.pkgDepGraph.Rd

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

0 comments on commit c90455f

Please sign in to comment.