pts_cuboid_face: Points of a single face of a cuboid

Description Usage Arguments Value

View source: R/pts_cuboid_face.R

Description

Points of a single face of a cuboid

Usage

1
2
3
4
5
6
pts_cuboid_face(
lx_ = 1,
ly_ = 1,
lz_ = 1,
face_ = 'bottom'
)

Arguments

lx_

[numeric], length 1, non-negative, default 1, length of cuboid along x axis

ly_

[numeric], length 1, non-negative, default 1, length of cuboid along y axis

lz_

[numeric], length 1, non-negative, default 1, length of cuboid along z axis

face_

[character], one of "top","bottom","left","right","front","back"

Value

tibble with columns


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