Rect: Rect

View source: R/rect.R

RectR Documentation

Rect

Description

Draws a rectangle

Usage

Rect(color = "red", opacity = 0.9, print.config = FALSE)

Arguments

color

One of 'red', 'green' or 'yellow' or a hex color code.

opacity

A numeric value between 0 and 1.

print.config

If set to TRUE, the JSON string used to generate pictograph will be printed to standard output. This is useful for debugging.

Examples

Rect("red")
Rect("#000000", opacity=0.2)

NumbersInternational/flipPictographs documentation built on Feb. 26, 2024, 5:38 a.m.