R/plots-treemapClinData.R

Defines functions treemapClinData

Documented in treemapClinData

#' Treemap interactive plot.
#' 
#' Note: the table and plot are not (yet) linked.
#' @inheritDotParams plotCountClinData -typePlot
#' @inherit plotCountClinData return
#' @example inst/examples/treemapClinData-example.R
#' @family visualizations of summary statistics for clinical data
#' @author Laure Cougnaud
#' @export
treemapClinData <- function(...){
	
	plotCountClinData(..., typePlot = "treemap")
	
}

Try the clinDataReview package in your browser

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

clinDataReview documentation built on March 7, 2023, 5:13 p.m.