Skip to content
New issue

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

Directed networks on segment basis #62

Open
nilsreiter opened this issue Nov 4, 2017 · 2 comments
Open

Directed networks on segment basis #62

nilsreiter opened this issue Nov 4, 2017 · 2 comments
Assignees

Comments

@nilsreiter
Copy link
Member

Extend configuration() to allow extracting directed networks: Which character talks about which other character how often / in how many scenes / acts?

@nilsreiter nilsreiter added this to the 1.2.0 milestone Nov 4, 2017
@nilsreiter
Copy link
Member Author

It's surprisingly simple:

m <- as.matrix(as.data.frame.matrix(xtabs( ~ Speaker.figure_id + Mentioned.figure_id, mtext)))

@nilsreiter nilsreiter self-assigned this Nov 4, 2017
@nilsreiter nilsreiter removed this from the 1.2.0 milestone Nov 5, 2017
nilsreiter pushed a commit that referenced this issue Nov 10, 2017
@nilsreiter
Copy link
Member Author

We still want to do that by scenes.

@nilsreiter nilsreiter changed the title Directed Networks Directed networks on segment basis May 25, 2018
@nilsreiter nilsreiter removed the R label Mar 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant