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)

delta1epsilon/BoxPacking documentation built on May 15, 2019, 3:22 a.m.