Skip to content

Commit

Permalink
if
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Jan 23, 2024
1 parent 26d795d commit 642e0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/assortativity.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ assortativity.degree <- function(graph, directed = TRUE) { # nocov start

#' Assortativity coefficient
#'
#' The assortativity coefficient is positive is similar vertices (based on some
#' The assortativity coefficient is positive if similar vertices (based on some
#' external property) tend to connect to each, and negative otherwise.
#'
#' The assortativity coefficient measures the level of homophyly of the graph,
Expand Down

0 comments on commit 642e0ee

Please sign in to comment.