Skip to content

Commit

Permalink
Enhancement for Issue #233
Browse files Browse the repository at this point in the history
docs: updated documentation for `network()` with new parameters
  • Loading branch information
Max-Bladen committed Dec 13, 2022
1 parent 1c4cfe7 commit 22dbbbf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions R/network.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@
#' threshold for the relevant associations network (see Details).
#' @param row.names,col.names character vector containing the names of \eqn{X}-
#' and \eqn{Y}-variables.
#' @param graph.scale Numeric between 0 and 1 which alters the scale of the entire
#' plot. Increasing the value decreases the size of nodes and increases their distance
#' from one another. Defaults to 0.5.
#' @param size.node Numeric between 0 and 1 which determines the relative size of nodes.
#' Defaults to 0.5.
#' @param color.node vector of length two, the colors of the \eqn{X} and
#' \eqn{Y} nodes (see Details).
#' @param shape.node character vector of length two, the shape of the \eqn{X}
Expand Down
11 changes: 10 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 22dbbbf

Please sign in to comment.