Learn R Programming

fungible (version 2.4.4)

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

Description

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

Usage

data(AmzBoxes)

Arguments

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

Run this code
data(AmzBoxes)

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


Run the code above in your browser using DataLab