| foodnames {GDAdata} | R Documentation |
Nutritional value of food.
Description
Nutritional value of different foods based on standard serving sizes.
Usage
data(foodnames)
Format
A data frame with 961 observations on the following 9 variables.
Namename of food (not unique)
Measureserving description
Fat.gramsgrams of fat in a standard serving
Food.energy.caloriescalories per serving
Carbohydrates.gramsgrams of carbohydrates per serving
Protein.gramsgrams of protein per serving
Cholesterol.mgcholesterol in mg per serving
weight.gramsweight in grams of a standard serving
Saturated.fat.gramsgrams of saturated fat per serving
Source
The data are used in A. Izenman (2008), Modern Multivariate Statistical Techniques, Springer
and are available on the accompanying website
http://astro.temple.edu/~alan/MMST/
Examples
data(foodnames, package="GDAdata")
summary(foodnames)
library(ggplot2)
ggplot(foodnames, aes(Fat.grams, Saturated.fat.grams)) + geom_point()
[Package GDAdata version 0.93 Index]