letter_G: Generate a data frame for a polygon of "G" character

View source: R/letter.R

letter_GR Documentation

Generate a data frame for a polygon of "G" character

Description

Generate a data frame for a polygon of "G" character

Usage

letter_G(x.pos, y.pos, ht, wt, id = NULL)

Arguments

x.pos

The x-coordinate of the bottom left of the polygon.

y.pos

The y-coordinate of the bottom left of the polygon.

ht

The height of the polygon.

wt

The width of the polygon.

Value

The data frame for the polygon of "G" character.

Examples

letter_G(0, 0, 1, 1)

friend1ws/ggseqlogo documentation built on July 28, 2023, 7:17 a.m.