Skip to content

Commit

Permalink
fix man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausVigo committed Mar 12, 2019
1 parent 0200b79 commit 11f494d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/networx.R
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,7 @@ circNetwork <- function(x, ord = NULL) {
#' cyclic ordering. These objects can be nicely plotted in \code{"2D"}.
#'
#' @aliases networx
#' @param x an object of class \code{"splits"} (as.networx) or \code{"networx"}
#' (plot)
#' @param x an object of class \code{"splits"} or \code{"phylo"}
#' @param planar logical whether to produce a planar graph from only cyclic
#' splits (may excludes splits).
#' @param coord add coordinates of the nodes, allows to reproduce the plot.
Expand Down Expand Up @@ -935,6 +934,7 @@ edgeLabels <- function(xx, yy, zz = NULL, edge) {
#' Often it is easier and safer to supply vectors of graphical parameters for
#' splits (e.g. splits.color) than for edges. These overwrite values edge.color.
#'
#' @param x an object of class \code{"networx"}
#' @param type "3D" to plot using rgl or "2D" in the normal device.
#' @param use.edge.length a logical indicating whether to use the edge weights
#' of the network to draw the branches (the default) or not.
Expand Down
3 changes: 1 addition & 2 deletions man/as.networx.Rd

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

2 changes: 2 additions & 0 deletions man/plot.networx.Rd

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

0 comments on commit 11f494d

Please sign in to comment.