Learn R Programming

migraph (version 0.8.13)

defunct: Functions that have been renamed, superseded, or are no longer working

Description

[Deprecated]

Usage

graph_clustering(object)

cluster_triad_census(object, clusters)

ggraphgrid(x, algorithm = c("kk", "fr"))

test_cug(object, FUN, ..., nSim = 1000)

graph_dimensions(object)

netlm(formula, data, ...)

Arguments

Functions

  • graph_clustering: Deprecated on 2021-10-18. Returns graph_transitivity() or graph_equivalency(), depending on whether the object is a one-mode or two-mode object, respectively.

  • cluster_triad_census: Deprecated on 2021-10-26. Returns group_triad_census()

  • ggraphgrid: Deprecated on 2021-10-26.

  • test_cug: Deprecated on 2021-11-08. Returns test_random()

  • graph_dimensions: Deprecated on 2021-11-10. Returns graph_dims()

  • netlm: Deprecated on 2021-11-16. Returns network_reg()