Skip to content

Commit

Permalink
Man update
Browse files Browse the repository at this point in the history
  • Loading branch information
bthieurmel committed Sep 18, 2015
1 parent c26ff83 commit a38df34
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/visClustering.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
#'
#' Network visualization clustering options - outliers
#'
#'
#' @param graph : a visNetwork object
#' @param clusterFactor : Number, from 0 to 1. 0.9 by default
#' @param stabilize : Boolean, defaut to false
#'
#' @examples
#'
#' nodes <- data.frame(id = 1:10)
Expand Down
7 changes: 7 additions & 0 deletions man/visClusteringOutliers.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
\usage{
visClusteringOutliers(graph, clusterFactor = 0.9, stabilize = FALSE)
}
\arguments{
\item{graph}{: a visNetwork object}

\item{clusterFactor}{: Number, from 0 to 1. 0.9 by default}

\item{stabilize}{: Boolean, defaut to false}
}
\description{
Network visualization clustering options - outliers
}
Expand Down

0 comments on commit a38df34

Please sign in to comment.