The allbacks data frame gives measurements on the volume and weight of 15 books, some of which are softback (pb) and some of which are hardback (hb). Area of the hardback covers is also included.
This data frame contains the following columns:
book volumes in cubic centimeters
hard board cover areas in square centimeters
book weights in grams
a factor with levels hb hardback, pb paperback
Source
The bookshelf of J. H. Maindonald.
Use the following R code to directly access this dataset in R.