Nothing
#' 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(...))
}
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.