pts_planar_points: Pts for a planar points

Description Usage Arguments Value

View source: R/pts_planar_points.R

Description

Pts for a planar points

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
pts_planar_points(
  pts1_ = c(0,0,1,1),
  pts2_ = c(0,1,0,1),
  c1_ = mean(pts1_),
  c2_ = mean(pts2_),
  l1_ = 1,
  l2_ = 1,
  p_ = 0,
  var1_ = x,
  var2_ = y,
  varp_ = z
)

Arguments

pts1_

[numeric], length any, pts values axis 1

pts2_

[numeric], length any, pts values on axis 2

c1_

[numeric], length 1, center of points along axis 1, default mean(pts_l1_)

c2_

[numeric], length 1, center of points along axis 2, default mean(pts_l2_)

l1_

[numeric], length 1, length along axis 1, default is 1

l2_

[numeric], length 1, length along axis 2, default is 1

p_

[numeric], length 1, value for planar axis, default is 0

var1_

[symbol], name of axis 1, default is x

var2_

[symbol], name of axis 2, default is y

varp_

[symbol], name of axis p, default is z

Value

tibble with columns


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