set_marker_and_props: Set the number of markers and the size of them for the 2d or...

Description Usage Arguments Examples

View source: R/global_set_marker_and_z_properties.R

Description

Set the number of markers and the size of them for the 2d or 3d module

Usage

1
set_marker_and_props(module, number_of_markers = 15, marker_size = "base")

Arguments

module

String to indicate if "2d" or "3d"

number_of_markers

Integer between 1 and 20 of the number of markers to generate

marker_size

String to change the size of the marker, can be: "extra-small", "small", "base" (default), "large", "extra-large"

Examples

1
2
3
set_marker_and_props("2d")
set_marker_and_props("3d", 10, "small")
set_marker_and_props("3d", 15, "large")

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