The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
library(complexNet)
# All parameters provided, but random offspring and parent
<- make_bnr(n = 100, np = c(0,0), pb = 1, pn = .2, pr = .01)
adjm
# All parameters provided, offspring (here 2) and parent (here 5) id provided as well
<- make_bnr(n = 100, np = c(2,5), pb = 1, pn = .2, pr = .01)
adjm
# pb ommitted, replaced by default value
<- make_bnr(n = 100, np = c(0,0), pn = .2, pr = .01)
adjm #> Warning in make_bnr(n = 100, np = c(0, 0), pn = 0.2, pr = 0.01): pb not
#> provided. Using default value pb = 1.
# Two parent example, with random offspring and parents
<- make_bnr(n = 100, np = c(0,0,0), pb = 1, pn = .2, pr = .01) adjm
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.