-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.4.0 #55
Conversation
…_model" object defaults and not
…helvetica" as base font. Updated theme family of functions to keep font consistent throuought theme.
…es Tutte theorem to identify perfect matching in one-mode networks
…k data in a package
…e' is a reserved attribute for ties now too, this allows 'weight' to operate as a reserved tie attribute too, instead of just as values
…o attributes whatsoever
… includes tip for identifying distinct datasets
…s by default when there are many frames. The "frames" argument was also added.
Update tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for all the work with tidying up the documentation in the package @jhollway , I think it is much better and more consistent. I left a few comments, happy to adress them myself if you would like me to. Thank you.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #55 +/- ##
==========================================
- Coverage 53.46% 47.94% -5.53%
==========================================
Files 22 27 +5
Lines 3056 3604 +548
==========================================
+ Hits 1634 1728 +94
- Misses 1422 1876 +454 ☔ View full report in Codecov by Sentry. |
Description
2023-12-24
Package
pkg_data()
to report an overview of data contained within the package(s){ggplot2}
releaseMaking
play_diffusion()
andplay_diffusions()
from{migraph}
print()
,summary()
, andplot()
methodsplay_learning()
andplay_segregation()
from{migraph}
print()
,summary()
, andplot()
methodscreate_tree()
where it was not returning a two-mode network correctlyModifying
as_diffusion()
to coerce a table of diffusion events into diff_model classas_*()
functions are now considered modificationsmutate_nodes()
filter()
andfilter_nodes()
rename_nodes()
bind_ties()
delete_ties()
to_tree()
to find one or more spanning trees amongst a network's tiesfrom_ties()
to collect multiple networks into a multiplex networkMarking
is.igraph()
tois_igraph()
for igraph v2.0.0is_list()
for identifying a list of networksnode_is_core()
,node_is_cutpoint()
,node_is_fold()
,node_is_isolate()
,node_is_mentor()
from{migraph}
node_is_exposed()
,node_is_infected()
,node_is_latent()
,node_is_recovered()
from{migraph}
node_is_max()
,node_is_min()
,node_is_random()
from{migraph}
tie_is_bridge()
,tie_is_loop()
,tie_is_multiple()
,tie_is_reciprocated()
from{migraph}
tie_is_feedback()
tie_is_max()
,tie_is_min()
from{migraph}
tie_is_random()
Mapping
scale_edge_color_centres()
,scale_edge_color_ethz()
,scale_edge_color_iheid()
,scale_edge_color_rug()
,scale_edge_color_sdgs()
autographr()
#43)autographr()
now provides legends by default where multiple colours are used (closes Add legends by default toautographr()
for multiple colors #52)autographs()
now labels legends correctly for binary variables (closes Legend in autographs() only prints categories as TRUE/FALSE #38)autographs()
now graphs just the first and last networks in a list (closes Makeautographs()
plot a limited number plots when lists have many elements #45)autographs()
now includes an option whether the layout should be based on the first, last, or both of two networks (closes Add arguments inautographs()
that allows users to specify whether the layout from the first, last, or average/mix of the two is used for waves #48)Data
ison_konigsberg
toison_koenigsberg
and named the bridgesison_algebra
now in long multiplex formatison_karateka
now weighted, anonymous members are named by number, and "obc" variable renamed "allegiance"ison_lawfirm
enlarged from 36 to 71 nodes and now consists of three multiplex, directed networksison_southern_women
names are now title caseison_hightech
, a multiplex, directed network from Krackhardt 1987ison_monastery
datasets, three of which are signed and weighted, and the other is longitudinal, from Sampson 1969 (closes Add Sampson network data for testing and illustration purposes #49)ison_potter
datasets in a list of networks, from Bossaert and Meidert 2013 (closes Add Harry Potter data #47)ison_usstates
data on the contiguity of US states, from Meghanathan 2017Checklist: