trinker / qdap

Quantitative Discourse Analysis Package: Bridging the gap between qualitative data and quantitative analysis
http://cran.us.r-project.org/web/packages/qdap/index.html
175 stars 44 forks source link

Fix ekey generation #230

Closed hoodaly closed 7 years ago

hoodaly commented 7 years ago

When calling Animate on a discourse_map, the ekey is created using the parsed output of print(E(g)), which leads to errors as it is not one edge per line, but rather 5 per line. Using igraph's ends function is simpler and works.

trinker commented 7 years ago

Thank you for the PR...much appreciated. If you'd like you can add yourself as a contributor to the DESCRIPTION file with another pull request.

Thank you