plot_ecoy: Create line of with eigenvector centrality for nodes over...

Description Usage Arguments Value Examples

Description

Create line of with eigenvector centrality for nodes over time

Usage

1
plot_ecoy(.eigen.centr.over.years, .filename = NULL)

Arguments

.eigen.centr.over.years

a df that contains nodes and their centrality in a given year

.filename

Value

a line chart as ggplot object. Eigenvector centrality was converted to NA if there was no exhibition before or after a given year. Consequently, the line chart only shows centrality of an exhibition place during exhibition activity. Moreover,

Examples

1
2
3
4
g <- create_example_graph()
centr.over.years <- compute_eigen_centr_period(g, 1995, 2002)

plot_eigen_centr_over_years(centr.over.years)

Framus94/HierarchiesAndCareers documentation built on June 5, 2019, 8:52 a.m.