statnet / ndtv

ndtv: Network Dynamic Temporal Visualizations in R
https://cran.r-project.org/web/packages/ndtv/index.html
46 stars 5 forks source link

the weight.attr argument of compute.animation should accept functions #11

Open skyebend opened 8 years ago

skyebend commented 8 years ago

currently just accepts attribute names, but would be nice if it was a functional attribute so could do things like log(weight+1)

comment: Changed 7 months ago by skyebend

looks like this would be tricky with current implementation because it is fed directly into as.matrix.network.adjacency