pts_planar_ellipse: Pts for a planar ellipse

Description Usage Arguments Value

View source: R/pts_planar_ellipse.R

Description

Pts for a planar ellipse

Usage

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

Arguments

c1

[numeric], center on axis 1

c2

[numeric], center on axis 2

p

[numeric], value for planar axis

c1_var

[symbol], name of axis 1

c2_var

[symbol], name of axis 2

p_var

[symbol], name of axis p

a

[symbol], expansion in axis 1

b

[symbol], expansion in axis 2

n

[symbol], number of points to approximate

Value

tibble with columns


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