Skip to content

Commit

Permalink
Enhancement for #145. Doc Commit
Browse files Browse the repository at this point in the history
fix(documentation): added the `plot.graph` parameter to `network()` documentation
  • Loading branch information
Max-Bladen committed Apr 3, 2022
1 parent b62c53c commit 8e09a5d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ biocViews: ImmunoOncology,
MultipleComparison,
Classification,
Regression
RoxygenNote: 7.1.1.9000
RoxygenNote: 7.1.2
Encoding: UTF-8
3 changes: 3 additions & 0 deletions R/network.R
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@
#' @param layout.fun a function. It specifies how the vertices will be placed
#' on the graph. See help(layout) in the igraph package. Defaults to
#' layout.fruchterman.reingold.
#' @param plot.graph logical. If \code{TRUE} (default), plotting window will be
#' filled with network. If \code{FALSE}, then no graph will be plotted, though
#' the return value of the function is the exact same.
#' @return \code{network} return a list containing the following components:
#' \item{M}{the correlation matrix used by \code{network}.} \item{gR}{a
#' \code{graph} object to save the graph for cytoscape use (requires to load
Expand Down
7 changes: 6 additions & 1 deletion man/network.Rd

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

0 comments on commit 8e09a5d

Please sign in to comment.