Container-class: An s4 class to represent a Container

Description Slots Examples

Description

An s4 class to represent a Container

Slots

origin

A length-three vector

length

A numeric

height

A numeric

width

A numeric

Examples

1
2
# create a container with size 2 x 2 x 2
c1 <- Container(length = 2, height = 2, width = 2)

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