man-roxygen/dots-fillline.R

#' @param \ldots additional parameters for fine control over fill and line properties (see "Additional parameters" below)
#' @section Additional parameters:
#' \tabular{ll}{
#'   \code{fill_color} \tab color to use to fill the glyph with - a hex code (with no alpha) or any of the 147 named CSS colors, e.g 'green', 'indigo' \cr
#'   \code{fill_alpha} \tab transparency value between 0 (transparent) and 1 (opaque) \cr
#'   \code{line_color} \tab color to use to stroke lines with - a hex code (with no alpha) or any of the 147 named CSS colors, e.g 'green', 'indigo' \cr
#'   \code{line_width} \tab stroke width in units of pixels \cr
#'   \code{line_alpha} \tab transparency value between 0 (transparent) and 1 (opaque) \cr
#'   \code{line_join} \tab how path segments should be joined together 'miter' 'round' 'bevel' \cr
#'   \code{line_cap} \tab how path segments should be terminated 'butt' 'round' 'square' \cr
#'   \code{line_dash} \tab array of integer pixel distances that describe the on-off pattern of dashing to use \cr
#'   \code{line_dash_offset} \tab the distance in pixels into the line_dash that the pattern should start from
#'  }
bokeh/rbokeh documentation built on Nov. 3, 2023, 2:36 a.m.