almende / vis

⚠️ This project is not maintained anymore! Please go to https://github.com/visjs
7.85k stars 1.48k forks source link

network measures (Graph) #60

Closed carlossy closed 10 years ago

carlossy commented 10 years ago

Hi guys! First of all, I want to thank you for your wonderful (and useful) library. I use your library a lot (sna) and I was wondering if you can or will include any functions about network measures and/or indices (like density, connectivity, betweenness or centrality). I think it would be really useful for network analysis. Anyway, thank you again and please keep developing this great tool. Kind regards.

AlexDM0 commented 10 years ago

Hi Carlossy,

I'm glad you enjoy our library :). Currently we're not planning to include those features. First and foremost vis is a data visualization library. We try to set everything up such that others can easily use it in their projects. The features you mention could be implemented on top of vis though. Feel free to add these features yourself, we'd be happy to help you with any implementation questions you may have.

Though it's not currently on our roadmap, it is an interesting feature :).

Regards,

Alex