pts_cuboid_axis_label: Pts for cuboid axis labels

Description Usage Arguments Value

View source: R/pts_cuboid_axis_label.R

Description

Pts for cuboid axis labels

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
pts_cuboid_axis_label(
  lx_ = 1,
  ly_ = 1,
  lz_ = 1,
  expand_ = 1.2,
  face_ = 'top',
  side_ = 'left',
  label.start = "start",
  label.middle = "middle",
  label.end = "end",
  reverse = FALSE
)

Arguments

lx_

[numeric], length 1, length of cuboid in x direction

ly_

[numeric], length 1, length of cuboid in y direction

lz_

[numeric], length 1, length of cuboid in z direction

expand_

[numeric], length 1, nonnegative, proportion to expand axis by

face_

[character], length 1, one of 'top','bottom','left','right','front', or 'back'

side_

[character], length 1, one of 'left','right','top', or 'bottom'

label.start

[character], length 1, default is "start", label for start of axis

label.middle

[character], length 1, default is "middle", label for middle of axis

label.end

[character], length 1, default is "end", label for end of axis

reverse

[logical], length 1, default FALSE, if true axis is from top to bottom

Value

tibble with columns


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