R/uci_package.R

#' uci: Urban Centrality Index
#'
#' Calculate Urban Centrality Index
#'
#' @section Usage:
#' Please check the vignettes and data documentation on the
#' [website](https://ipeagit.github.io/uci/index.html).
#'
#' @docType package
#' @name uci
#' @aliases uci-package
#'
#' @importFrom utils globalVariables
#' @importFrom stats dist
"_PACKAGE"


## quiets concerns of R CMD check re: the .'s that appear in pipelines
utils::globalVariables( c('dist',
                          'from',
                          'to',
                          'a') )

Try the uci package in your browser

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

uci documentation built on Sept. 24, 2023, 1:08 a.m.