Learn R Programming

cograph (version 1.5.2)

rectangle_vertices: Generate Rectangle Vertices

Description

Generate Rectangle Vertices

Usage

rectangle_vertices(x, y, w, h)

Value

List with x, y vectors of vertices.

Arguments

x

Center x coordinate.

y

Center y coordinate.

w

Half-width.

h

Half-height.