Closed jhollway closed 1 month ago
create_ego()
create_empty()
create_filled()
create_ring()
create_star()
create_lattice()
as_matrix()
as_nodelist()
to_cosine()
to_galois()
to_signed()
to_weighted()
graphr()
snap
node_is_pendant()
node_is_neighbor()
tie_is_imbalanced()
summary.network_measure()
node_vitality()
node_eigenvector()
node_in_community()
node_in_regular()
node_by_quad()
node_by_tetrad()
summary.network_motif()
plot.network_motif()
cluster_cosine()
run_tute()
gloss()
clear_glossary()
print_glossary()
irps_wwi
ison_blogs
irps_blogs
ison_books
irps_books
ison_usstates
irps_usgeo
ison_friends
fict_friends
ison_greys
fict_greys
ison_lotr
fict_lotr
ison_thrones
fict_thrones
Description
Package
Making
create_ego()
,create_empty()
,create_filled()
,create_ring()
,create_star()
,create_lattice()
)Modifying
as_matrix()
handles signed networksas_nodelist()
for extracting nodelists from networks into tibblesto_cosine()
to_galois()
until it can be refactoredto_signed()
for adding signs to networksto_weighted()
for adding weights to networksMapping
graphr()
where line types were inferred incorrectlygraphr()
so that layouts can now besnap
ped to a grid, mileage may varyMarking
node_is_pendant()
for identifying pendant nodesnode_is_neighbor()
for identifying adjacent nodestie_is_imbalanced()
for identifying ties in imbalanced configurationsMeasuring
summary.network_measure()
to return z-scores and p-values for measuresnode_vitality()
for measuring closeness vitality centralitynode_eigenvector()
Memberships
node_in_community()
which runs through most salient community detection algorithms to find and return the one with the highest modularitynode_in_regular()
to inform user which census is being usednode_by_quad()
tonode_by_tetrad()
to be more consistent with Greek originssummary.network_motif()
which returns the z-scores for the motif scores based on random or configurational networks, traces progressplot.network_motif()
where motif names were not identified correctly, internal make_network_motif now inherits call informationModelling
cluster_cosine()
for another equivalence optionPracticing
run_tute()
fuzzy matched so that insertions are not as costlygloss()
,clear_glossary()
, andprint_glossary()
for adding glossaries to tutorialsData
irps_wwi
, a dynamic, signed networkison_blogs
toirps_blogs
, added infoison_books
toirps_books
, added infoison_usstates
toirps_usgeo
, added infoison_friends
tofict_friends
, added info and fixed directed issueison_greys
tofict_greys
, added infoison_lotr
tofict_lotr
, added infoison_thrones
tofict_thrones
, added info and some additional nodal attributesChecklist: