AmzBoxes {fungible} | R 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")
[Package fungible version 2.4.4 Index]