R/strings.R

# contains string literals. -----------------------------------------------

# CCRI metrics ------------------------------------------------------------

# nolint start: object_name_linter

#' global variable containing string. Not intended to modify.
#' @keywords internal
STR_BETWEENNESS <- "betweeness"

#' global variable containing string. Not intended to modify.
#' @keywords internal
STR_NODE_STRENGTH <- "node_strength"

#' global variable containing string. Not intended to modify.
#' @keywords internal
STR_NEAREST_NEIGHBORS_SUM <- "sum_of_nearest_neighbors"

#' global variable containing string. Not intended to modify.
#' @keywords internal
STR_EIGEN_VECTOR_CENTRALITY <- "eigenvector_centrality"

#' global variable containing string. Not intended to modify.
#' @keywords internal
STR_CLOSENESS_CENTRALITY <- "closeness"

#' global variable containing string. Not intended to modify.
#' @keywords internal
STR_DEGREE <- "degree"

#' global variable containing string. Not intended to modify.
#' @keywords internal
STR_PAGE_RANK <- "page_rank"

#' global variable containing string. Not intended to modify.
#' @keywords internal
STR_EAST <- "east"

#' global variable containing string. Not intended to modify.
#' @keywords internal
STR_WEST <- "west"

#' global variable containing string. Not intended to modify.
#' @keywords internal
STR_DISTANCE_MATRIX <- "distance_matrix"

# nolint end

Try the geohabnet package in your browser

Any scripts or data that you put into this service are public.

geohabnet documentation built on June 27, 2024, 5:11 p.m.