Change the theme of the strips

Change the theme of the strips (only X axis strips).

Change the theme of the strips (only Y axis strips).

ch_strips(
  bg_fill = "white",
  bg_color = "black",
  bg_linetype = "solid",
  text_face = "plain",
  text_color = "black",
  text_size = 9
)

ch_strips_x(
  bg_fill = "white",
  bg_color = "black",
  bg_linetype = "solid",
  text_face = "plain",
  text_color = "black",
  text_size = 9
)

ch_strips_y(
  bg_fill = "white",
  bg_color = "black",
  bg_linetype = "solid",
  text_face = "plain",
  text_color = "black",
  text_size = 9
)

Arguments

bg_fill

Character of length 1. Color of the background of the strip. Default = "white"

bg_color

Character of length 1. Color of the line of the strip. Default = "black"

bg_linetype

Character of length 1. Line type of the outer line of the strip. Default = "solid"

text_face

Character of length 1. Face of the strip text. Default = "plain"

text_color

Character of length 1. Color of the strip text. Default = "black"

text_size

Numeric of length 1. Size of the strip text. Default = 9

Author

amitjavilaventura