Closed jhollway closed 1 month ago
Sorry I didn't get to this until after the merge. The updated add_info()
looks good. It should work with the current CRAN version of {grand}, but not with the development version that will go to CRAN soon. I think there are only a couple minor issues:
the documentation in add_info()
mentions a "grand table," but support for a table output is removed from the new version of {grand}. The new version only generates a text summary.
in the new version of {grand}, edge.pos
and edge.neg
have been renamed to positive
and negative
respectively.
in the new version of {grand}, support for details about network boundaries is removed, which means there are no attributes called vertex1.total
and vertex2.total
Description
Package
options(manynet_verbosity ="quiet")
Making
create_ego()
for collecting ego networks through interviews, including arguments for:create_motifs()
for creating networks that correspond to the isomorphic subgraphs of certain size and formatModifying
print.mnet()
add_info()
for adding grand info to tidygraph objectsto_unweighted()
so that it passes through unweighted networks correctlyMapping
set_manynet_theme()
to set theme (re #60), but not yet fully implementedMarking
is_multiplex()
to ignore "name" tie attributesMeasuring
node_authority()
andnode_hub()
centrality measuresnode_equivalency()
for calculating four-cycle closure by nodenet_equivalency()
to one-mode networksMembers
node_in_equivalence()
to use census directlyMotifs
create_motifs()
node_by_dyad()
for node level dyad censusnet_by_quad()
for network level quad censusnode_by_quad()
to avoid{oaqc}
dependency (#89), more flexible but slowerprint.node_motif()
to convert to tibble and add modes and names where available only upon printData
ison_southern_women
with grand infoison_laterals
with reordered nodesChecklist: