Skip to content

Commit

Permalink
Merge pull request #14 from floresfdev/fix-typo-sankeyNetwork
Browse files Browse the repository at this point in the history
Fix typo on documentation for sankeyNetwork()
  • Loading branch information
fbreitwieser authored Nov 28, 2017
2 parents ac037f0 + ed9e87f commit 8672cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/sankeyNetwork.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ NULL
#' @param nodeWidth numeric width of each node.
#' @param nodePadding numeric essentially influences the width height.
#' @param nodeStrokeWidth numeric width of the stroke around nodes.
#' @param nodeCornerRadius numberic Radius for rounded nodes.
#' @param nodeCornerRadius numeric Radius for rounded nodes.
#' @param numberFormat number format in toolstips - see https://github.com/d3/d3-format for options.
#' @param margin an integer or a named \code{list}/\code{vector} of integers
#' for the plot margins. If using a named \code{list}/\code{vector},
Expand Down

0 comments on commit 8672cba

Please sign in to comment.