polygon.star {gridExtra}R Documentation

polygon.star

Description

compute vertices of a starred polygon

Usage

  polygon.star(n = 4, adj = pi/2, r = 1)

Arguments

n

int

adj

numeric angle

r

radius

Value

a data.frame

Examples

polygon.star(5)

[Package gridExtra version 0.9.1 Index]