shape: Common shape arguments

Description Usage Arguments

Description

Common shape arguments

Usage

1
2
internal_shape(color = "#333", stroke = 1, fill = TRUE,
  closed = TRUE, visible = TRUE, backface = TRUE, front = c(z = 1))

Arguments

color

Color of the shape. A color string.

stroke

Width of the shape line. 0 will make it invisible

fill

Logical. Fill the inner shape area

closed

Logical. Should the first point and the last be connected

visible

Logical. Is the shape visible.

backface

Logical. Should backface be visible or a color string to set a different color

front

Determine where the front of the shape is to decide rendering backface color. A vector with named x, y, z elements.


oganm/rdog documentation built on Dec. 25, 2019, 3:23 a.m.