rectangle {graphics2D} R Documentation

Draw rectangle on the canvas

Description

Usage

rectangle(color, rect,
    g = NULL);

Arguments

color

-

rect

[x,y,width,height]

g

[as IGraphics]

env

[as Environment]

Details

Authors

graphics

Value

this function returns data object of type any kind.

clr value class

Examples


[Package graphics2D version 1.0.0.0 Index]