pts_planar_polygon: Create pts for a planar polygon

Description Usage Arguments Value

View source: R/pts_planar_polygon.R

Description

Create pts for a planar polygon

Usage

1
2
3
4
5
pts_planar_polygon(
  x = c(0,0,1,1),
  y = c(0,1,1,0),
  z = 0
)

Arguments

x

[numeric], length >= 1, x coordinates of polygon

y

[numeric], length >= 1, y coordinates of polygon

z

[numeric], length >= 1, z coordinates of polygon

Value

tibble with columns


thmshrt/ggshapes documentation built on Dec. 31, 2020, 8:37 a.m.