AmzBoxes: Length, width, and height measurements for 98 Amazon shipping...

AmzBoxesR Documentation

Length, width, and height measurements for 98 Amazon shipping boxes

Description

Length, width, and height measurements for 98 Amazon shipping boxes

Usage

data(AmzBoxes)

Format

A data set of measurements for 98 Amazon shipping boxes. These data were downloaded from the BoxDimensions website: (https://www.boxdimensions.com/). The data set includes five variables:

  • Amazon Box Size

  • Length (inches)

  • Width (inches)

  • Height (inches)

  • Volume (inches)

Examples

data(AmzBoxes)

hist(AmzBoxes$`Length (inches)`,
     main = "Histogram of Box Lengths",
     xlab = "Length",
     col = "blue")



fungible documentation built on May 29, 2024, 8:28 a.m.