Skip to content

Methods for plotting general graph data #13

Description

@eric-pedersen

It would be useful to have a plotting method for a general network-type data. What is the best current approach for visualizing networks? There are a large number of packages out there for working with and plotting general networks, both in base and ggplot2 frameworks. I'm not sure which (if any) of these are the most used, or what the tradeoffs with them are.

One issue with plotting a network is it likely also locks us into a specific type of network data object.

We do have one advantage here that might help limit the needed choices: by the definition of MRF, the graph has to be undirected (although it can be weighted).

Brief searching on this makes me think that GGally's ggnet2 function could work well here, but it uses the network package for network data, which I have not worked with before.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions