We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend configuration() to allow extracting directed networks: Which character talks about which other character how often / in how many scenes / acts?
configuration()
The text was updated successfully, but these errors were encountered:
It's surprisingly simple:
m <- as.matrix(as.data.frame.matrix(xtabs( ~ Speaker.figure_id + Mentioned.figure_id, mtext)))
Sorry, something went wrong.
Split up some parts of the configuration function as configuration.in…
c3e89ca
…t() #62
added gossip network to report #62
f3b588f
We still want to do that by scenes.
nilsreiter
No branches or pull requests
Extend
configuration()
to allow extracting directed networks: Which character talks about which other character how often / in how many scenes / acts?The text was updated successfully, but these errors were encountered: