Learn R Programming

cograph (version 1.5.2)

heart_vertices: Generate Heart Vertices

Description

Generate Heart Vertices

Usage

heart_vertices(x, y, r, n = 100)

Value

List with x, y vectors of vertices.

Arguments

x

Center x coordinate.

y

Center y coordinate.

r

Scale (size).

n

Number of vertices.