From c90455f43bd4bc62b185608dd83abd403d279c7a Mon Sep 17 00:00:00 2001 From: Andrie de Vries Date: Mon, 15 Jan 2018 18:17:58 +0530 Subject: [PATCH] Fix spelling mistake --- R/plot.pkgDepGraph.R | 2 +- man/plot.pkgDepGraph.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/plot.pkgDepGraph.R b/R/plot.pkgDepGraph.R index 767b523..c04fb39 100644 --- a/R/plot.pkgDepGraph.R +++ b/R/plot.pkgDepGraph.R @@ -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", ... diff --git a/man/plot.pkgDepGraph.Rd b/man/plot.pkgDepGraph.Rd index 7826eb0..09cef1e 100644 --- a/man/plot.pkgDepGraph.Rd +++ b/man/plot.pkgDepGraph.Rd @@ -11,7 +11,7 @@ \arguments{ \item{x}{pkgDepGraph object} -\item{pkgsToHighlight}{Optional character vector with names of package to hightlight. If missing, defaults to packages used in original call to \code{\link[=makeDepGraph]{makeDepGraph()}}} +\item{pkgsToHighlight}{Optional character vector with names of package to highlight. If missing, defaults to packages used in original call to \code{\link[=makeDepGraph]{makeDepGraph()}}} \item{main}{Title of plot}