Spheres: Measuring spheres

SpheresR Documentation

Measuring spheres

Description

Measurements of the diameter (in meters) and mass (in kilograms) of a set of steel ball bearings.

Format

A data frame with 12 observations on the following 2 variables.

diameter

diameter of bearing (m)

mass

mass of the bearing (kg)

Source

These data were collected by Calvin College physics students under the direction of Steve Plath.

Examples

data(Spheres)
gf_point(mass ~ diameter, data = Spheres)
gf_point(mass ~ diameter, data = Spheres) %>%
  gf_refine(scale_x_log10(), scale_y_log10())

rpruim/fastR2 documentation built on Nov. 11, 2023, 7:32 a.m.