R/topogram-package.R

#' An \code{htmlwidget} to create Continuous Cartogram in 'D3.js'
#'
#' This package allow you to use cartogram-chart.js (\url{https://github.com/vasturiano/cartogram-chart}),
#' an interactive contiguous cartogram reusable chart for visualizing geographical data.
#'
#' @name topogram-package
#' @docType package
#' @author Victor Perrier (@@dreamRs_fr)
NULL

#' topogram exported operators and S3 methods
#'
#' The following functions are imported and then re-exported
#' from the topogram package to avoid listing the magrittr
#' as Depends of topogram
#'
#' @name topogram-exports
NULL

#' @importFrom magrittr %>%
#' @name %>%
#' @export
#' @rdname topogram-exports
NULL
dreamRs/topogRam documentation built on Dec. 16, 2021, 6:47 p.m.