Learn R Programming

migraph (version 0.9.3)

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

Description

[Deprecated]

Usage

ggidentify(object, node_measure, identify_function = max)

ggdistrib(object, node_measure)

project_rows(object)

project_cols(object)

mutate_edges(object, object2, attr_name)

edge_mutual(object)

Arguments

Functions

  • ggidentify: Deprecated on 2022-01-24. This function is deprecated and its functionality is included in the more general purpose autographr() function. Please refer to its documentation for more details about the new implementation.

  • ggdistrib: Deprecated on 2022-03-23. This function is deprecated and its functionality is included in the more general purpose autographr() function. Please refer to its documentation for more details about the new implementation.

  • project_rows: Deprecated on 2022-03-23.

  • project_cols: Deprecated on 2022-03-23.

  • mutate_edges: Deprecated on 2022-03-29.

  • edge_mutual: Deprecated on 2022-04-05.