This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#' Doughnut plot | |
#' | |
#' Draw a doughnut plot | |
#' | |
#' This function draws a pie chart with a hole; a doughnut plot | |
#' The doughnut plot is based on the pie plot, see \code{\link{pie}}. | |
#' | |
#' @param x a vector of non-negative numerical quantities. | |
#' The values in \code{x} are displayed as the areas of | |
#' doughnut slices. |