letter_C: Generate a data frame for a polygon of "C" character

View source: R/letter.R

letter_CR Documentation

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

Description

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

Usage

letter_C(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 "C" character.

Examples

letter_C(0, 0, 1, 1)

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