Changelog
nethist 0.2.2
update: 2022/12/08
-
plot.nethist()
- You can display the estimated probabilities in
p_mat
ofnethist
objects by settingprob=TRUE
. Useprob.col
andprob.cex
to set the color and size of text, respectively.
- You can display the estimated probabilities in
-
nethist()
- Check the convergence criterion every 5 iterations from the fifth iteration (5,10,15,…) instead of every 5 iterations from the first iteration (1,6,11,…).
- minor speed improvement.
nethist 0.2.1
update: 2022/11/26
- Initialization step of
nethist()
is faster than earlier by computing hamming distance from the (simple) adjacency matrix instead of Manhattan distance.
nethist 0.2.0
update: 2022/11/19
- Computation speed of
nethist()
andviolin_netsummary()
are improved.
nethist 0.1.1
update: 2022/11/08
- Documentations update: provide extra about default values of arguments, rewrite examples.
Bug fixes
- Resolving default value issue of R in
violin_netsummary()
.