Learn R Programming

cograph (version 1.5.2)

gear_vertices: Generate Gear Vertices

Description

Generate Gear Vertices

Usage

gear_vertices(x, y, r, n_teeth = 8)

Value

List with x, y vectors of vertices.

Arguments

x

Center x coordinate.

y

Center y coordinate.

r

Outer radius.

n_teeth

Number of teeth.