You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More direct way to accommodate this one would be to add optional arguments to the CreatePackageReport function for node and edge tables with vizNetwork formatting values to override. If provided (and indexes aligned, etc), then those values would override the values here:
I'm leaning towards not supporting this level of customization directly in pkgnet. If a user is interested in this level of customization, it would be easier to use vizNetwork (or another graph visualization package of their choice) directly. We could write an example in this issue or a small vignette on how to extract the igraph networks from pkgnet and build in vizNetwork with different design choices.
Should we provide an interface for custom weighting of edges and/or nodes?
This would allow users more flexibility beyond current pkgnet defaults. Relates to #169.
The text was updated successfully, but these errors were encountered: