Creates the adjencency matrix of a bi-partite network: country to topics

get_network(
  type = "theme",
  prob = TRUE,
  filter_method = FALSE,
  blindspot = FALSE,
  country.threshold = 30,
  percentile.threshold = 0.9,
  country_filter = FALSE,
  countries = NULL,
  theme_filter = FALSE,
  themes = NULL
)

Arguments

type

one of "methods", "NSF_general", "NSF_specific", "spatial scale", "theme", "water budget"

prob

logical, define if the country labels are to be treated as probabilities

filter_method

logical, controls if methods topics are removed

blindspot

logical, controls if the network shows blindspots, if so the network is inverted

country.threshold

numeric, minimum number of documents per country

percentile.threshold

numeric, controls at which percentile the adjacency matrix is filtered for visualization

country_filter

logical, controls if countries should be filtered, see countries

countries

character, filter for the provided countries

theme_filter

logical, controls if themes should be filtered, see themes

themes

character, filter for the provided themes

Value

a matrix