Box-class: An s4 class to represent a Box

Description Slots Examples

Description

An s4 class to represent a Box

Slots

origin

A length-three vector

length

A numeric

height

A numeric

width

A numeric

weight

A numeric

Examples

1
2
# create a box with size 1 x 1 x 1
b1 <- Box(length = 1, height = 1, width = 1)

Atulfortune/tt documentation built on May 23, 2019, 1:51 p.m.