scr_bar_support {fxl}R Documentation

scr_bar_support

Description

Adds a supplemental bar to the figure, if relevant to the data

Usage

scr_bar_support(
  core_frame,
  color = rgb(0.8, 0.8, 0.8, alpha = 0.25),
  alpha = 1,
  guide_line = NULL,
  guide_line_type = 1,
  guide_line_size = 1,
  guide_line_color = "black",
  mapping = NULL,
  label = "",
  styler = NA,
  width = 0.8
)

Arguments

core_frame

fxl object

color

from base

alpha

from base

guide_line

(optional) aim line for bars

guide_line_type

(optional) aim line type for bars

guide_line_size

(optional) aim line size for bars

guide_line_color

(optional) aim line color for bars

mapping

(optional) if overriding draw (i.e., different response)

label

description for bar

styler

a lambda function that returns dynamic styling parameters

width

width of bar

Value

a layer to the core plotting object


[Package fxl version 1.6.3 Index]