reset_markers_color: Reset the color of all markers

Description Usage Arguments Examples

View source: R/shared_reset_markers_color.R

Description

Reset the color of all markers

Usage

1
2
3
4
reset_markers_color(
  number_of_markers = NUMBER_OF_MARKERS,
  default_marker_color = COLOR_MARKER
)

Arguments

number_of_markers

Integer to indicate the number of markers to reset the color of

default_marker_color

Character string of the HEX color to reset the markers back to

Examples

1
2
3
4
5
NUMBER_OF_MARKERS <- 15
COLOR_MARKER <- "#FFFFFF"
reset_markers_color()

reset_markers_color(15, "#FFFFFF")

MilesMcBain/r2vr documentation built on March 29, 2021, 12:03 p.m.