Question
Question 1 part a, d, e, f, g, h

Construct and plot the network using the igraph package http://igraph.org/redirect.html and the adjacency list you wrote.
To assign vertex names you can write it as
g = graph(edges = c("a", "b", "b", "c"), directed = FALSE)
or
g = graph(edges = c(1, 2, 2, 3), directed = FALSE)
V(g)$name = c("a", "b", "c")



1. Answer the following questions about this graph. a. What is the degree distribution for th graph? b. What is the density of this graph? c. Draw the 1.5 egocentric network of node G. d. Which node(s) have the highest degree? What is the degree? e. Which node(s) have the lowest degree? What is the degree? f. Which node has the highest closeness centrality? g. Which node has the highest degree centrality? h. What is the centralization (based on degree) of the graph?
media%2F0a0%2F0a0e7d27-bfe3-4a61-9f46-91
0 0
Add a comment Improve this question Transcribed image text
Answer #1

A) degre disti burin d)Node Es highsh deg a, e) have the lowest dgyc it is a) highest degre centrali y Node t 5 on iFY2) ioscnes catality cfr : 0.0구 4759 42+2424 137 12127 24243 003

Add a comment
Know the answer?
Add Answer to:
Question 1 part a, d, e, f, g, h Construct and plot the network using the...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT