зеркало из https://github.com/microsoft/wpa.git
docs: run roxygenise()
Generate roxygen documentation for new seed argument prior to merging.
This commit is contained in:
Родитель
9c08451a8b
Коммит
fe9583ac7f
|
@ -171,6 +171,7 @@ importFrom(dplyr,mutate_if)
|
|||
importFrom(grDevices,rainbow)
|
||||
importFrom(htmltools,HTML)
|
||||
importFrom(igraph,graph_from_data_frame)
|
||||
importFrom(igraph,layout_with_mds)
|
||||
importFrom(igraph,plot.igraph)
|
||||
importFrom(magrittr,"%>%")
|
||||
importFrom(markdown,markdownToHTML)
|
||||
|
|
|
@ -13,6 +13,7 @@ network_leiden(
|
|||
path = "network_p2p_leiden",
|
||||
node_alpha = 0.8,
|
||||
res = 0.5,
|
||||
seed = 1,
|
||||
desc_hrvar = c("Organization", "LevelDesignation", "FunctionType"),
|
||||
return = "plot-leiden",
|
||||
size_threshold = 5000
|
||||
|
@ -43,6 +44,8 @@ if returning anything other than "plot-leiden" or "plot-hrvar".}
|
|||
|
||||
\item{res}{Resolution parameter to be passed to \code{leiden::leiden()}. Defaults to 0.5.}
|
||||
|
||||
\item{seed}{Parameter to be passed to \code{leiden::leiden()} to ensure consistency. Defaults to 1.}
|
||||
|
||||
\item{desc_hrvar}{Character vector of length 3 containing the HR attributes to use when returning the
|
||||
"describe" output. See \code{network_describe()}.}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче