pts_planar_circle: Pts for planar circle

Description Usage Arguments Value

View source: R/pts_planar_circle.R

Description

Pts for planar circle

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
pts_planar_circle(
  c1 = 0,
  c2 = 0,
  p = 0,
  r = 1,
  c1_var = x,
  c2_var = y,
  p_var = z,
  n = 50
)

Arguments

c1

[numeric], length 1, axis 1 coordinate for circle center

c2

[numeric], length 1, axis 2 coordinate for circle center

p

[numeric], length 1, third axis value for circle

r

[numeric], length 1, radius of circle

c1_var

[symbol], length 1, axis 1 variable for tibble

c2_var

[symbol], length 1, axis 2 variable for tibble

p_var

[symbol], length 1, planar axis variable for tibble

n

[numeric], length 1, points to use to approximate cirlce

Value

tibble default


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