Skip to content

Commit

Permalink
Merge pull request #85 from wdearden/master
Browse files Browse the repository at this point in the history
Fix typos in documentation
  • Loading branch information
bburns632 authored Apr 19, 2018
2 parents cda748a + 03a8997 commit 274813a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/AbstractGraphReporter.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
#' \describe{
#' \item{\code{pkg_graph}}{Returns the graph object}
#' \item{\code{network_measures}}{Returns a table of network measures, one row per node}
#' \item{\code{graph_viz}}{Returns ths graph visualization object}
#' \item{\code{graph_viz}}{Returns the graph visualization object}
#' \item{\code{orphan_nodes}}{Returns the list of orphan nodes}
#' \item{\code{layout_type}}{If no value given, the current layout type for the graph visualization is returned.
#' If a vaild layput type is given, this fucntion will update the layout_type field.}
#' If a valid layout type is given, this function will update the layout_type field.}
#' \item{\code{orphan_node_clustering_threshold}}{If no value given, the current orphan node clustering threshold is returned.
#' If a valid orphan node clustering threshold is given, this function will update the orphan node clustering threshold.}
#' }
Expand Down
4 changes: 2 additions & 2 deletions man/AbstractGraphReporter.Rd

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

0 comments on commit 274813a

Please sign in to comment.