powered by
Measurements of the diameter (in meters) and mass (in kilograms) of a set of steel ball bearings.
A data frame with 12 observations on the following 2 variables.
diameter of bearing (m)
mass of the bearing (kg)
data(Spheres) gf_point(mass ~ diameter, data = Spheres) gf_point(mass ~ diameter, data = Spheres) %>% gf_refine(scale_x_log10(), scale_y_log10())
Run the code above in your browser using DataLab