You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/couplingMap.R
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
#' @param impact.measure is a character. It indicates the impact measure used to rank cluster elements (documents, authors or sources).
23
23
#' It can be \code{impact.measure = c("local", "global")}.\\
24
24
#' With \code{impact.measure = "local"}, \link{couplingMap} calculates elements impact using the Normalized Local Citation Score while
25
-
#' using code{impact.measure = "global"}, the function uses the Normalized Global Citation Score to measure elements impact.
25
+
#' using \code{impact.measure = "global"}, the function uses the Normalized Global Citation Score to measure elements impact.
26
26
#' @param minfreq is a integer. It indicates the minimum frequency (per thousand) of a cluster. It is a number in the range (0,1000).
27
27
#' @param community.repulsion is a real. It indicates the repulsion force among network communities. It is a real number between 0 and 1. Default is \code{community.repulsion = 0.1}.
28
28
#' @param stemming is logical. If it is TRUE the word (from titles or abstracts) will be stemmed (using the Porter's algorithm).
0 commit comments