Nothing
#' 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') )
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.