diff --git a/R/aaa-auto.R b/R/aaa-auto.R index bbf77516357..51e9fff099e 100644 --- a/R/aaa-auto.R +++ b/R/aaa-auto.R @@ -2013,7 +2013,7 @@ scg_norm_eps_impl <- function(V, groups, mtype=c("symmetric", "laplacian", "stoc res } -adjacency_spectral_embedding_impl <- function(graph, no, weights=NULL, which=c("lm", "la", "sa"), scaled=TRUE, cvec=graph.strength(graph, weights=weights)/(vcount(graph)-1), options=arpack_defaults()) { +adjacency_spectral_embedding_impl <- function(graph, no, weights=NULL, which=c("lm", "la", "sa"), scaled=TRUE, cvec=strength(graph, weights=weights)/(vcount(graph)-1), options=arpack_defaults()) { # Argument checks ensure_igraph(graph) no <- as.integer(no) diff --git a/man/embed_adjacency_matrix.Rd b/man/embed_adjacency_matrix.Rd index 4657f50dfa2..08070dfcd70 100644 --- a/man/embed_adjacency_matrix.Rd +++ b/man/embed_adjacency_matrix.Rd @@ -10,7 +10,7 @@ embed_adjacency_matrix( weights = NULL, which = c("lm", "la", "sa"), scaled = TRUE, - cvec = graph.strength(graph, weights = weights)/(vcount(graph) - 1), + cvec = strength(graph, weights = weights)/(vcount(graph) - 1), options = arpack_defaults() ) } diff --git a/tools/stimulus/types-RR.yaml b/tools/stimulus/types-RR.yaml index 655f513be33..e09ef675833 100644 --- a/tools/stimulus/types-RR.yaml +++ b/tools/stimulus/types-RR.yaml @@ -33,7 +33,7 @@ INDEX_VECTOR: VECTOR: DEFAULT: - AsmDefaultCvec: graph.strength(%I1%, weights=weights)/(vcount(%I1%)-1) + AsmDefaultCvec: strength(%I1%, weights=weights)/(vcount(%I1%)-1) INCONV: '%I% <- as.numeric(%I%)' VERTEXINDEX: