R/tmPlot.R

Defines functions tmPlot

Documented in tmPlot

#' Create a treemap (deprecated)
#'
#' This function is migrated to \code{\link{treemap}}.
#' 
#' @param ... passed on to \code{\link{treemap}}
#' @export
tmPlot <- function(...) {
    cat("Note: tmPlot deprecated as of version 2.0. Please use treemap instead.\n")
    invisible(treemap(...))
}

Try the treemap package in your browser

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

treemap documentation built on May 31, 2023, 8:01 p.m.