AmzBoxes | R Documentation |
Length, width, and height measurements for 98 Amazon shipping boxes
data(AmzBoxes)
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)
data(AmzBoxes)
hist(AmzBoxes$`Length (inches)`,
main = "Histogram of Box Lengths",
xlab = "Length",
col = "blue")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.