Description Usage Format Source Examples
A simulated data set on lifespan of ball bearings.
1 |
A data frame with 75 observations on the following variable.
Lifespan of ball bearings (in hours).
Simulated data.
1 2 3 4 5 6 | library(ggplot2)
ggplot(ball_bearing, aes(x = life_span)) +
geom_histogram(binwidth = 1)
qqnorm(ball_bearing$life_span)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.