Learn R Programming

pubh (version 3.0.0)

Kirkwood: Body weight and plasma volume.

Description

Body weight and plasma volume in eight healthy men.

Usage

Kirkwood

Arguments

Format

A labelled data frame with 8 rows and 3 variables:

subject

Subject ID.

weight

Body weight in kg.

volume

Plasma volume in litres.

Examples

Run this code
data(Kirkwood)

Kirkwood |>
  ggplot(aes(weight, volume)) +
  geom_point()

Run the code above in your browser using DataLab