Watts-College / crj-507-spring-2024

https://watts-college.github.io/crj-507-spring-2024/
MIT License
1 stars 0 forks source link

Lab #5 Vertex Attributes #21

Closed jesscowart closed 6 months ago

jesscowart commented 6 months ago

Hello! For numbers 9 and 10 when we are trying to find who is most central in the network or which location is most central in the network, are we using the summary() function or is there another way to find this? Thanks!

jacobtnyoung commented 6 months ago

Hi @jesscowart . You can either look through the degree distribution and report which one is largest, or you can use the max() function to return the largest number of a vector. Make sense?

jesscowart commented 6 months ago

Great, thank you!