Learn R Programming

mistat (version 2.0.4)

FOOD: FOOD

Description

Nutritional data from 961 different food items

Usage

data("FOOD")

Arguments

Format

A data frame with 961 observations on the following 7 variables.

Fat.grams

a numeric vector, fat in grams

FoodEnergy.calories

a numeric vector, food energy in calories

Carbohydrates.grams

a numeric vector, carbohydrates in grams

Protein.grams

a numeric vector, protein in grams

Cholesterol.mg

a numeric vector, cholesterol in milligrams

Weight.grams

a numeric vector, weight in grams

SaturatedFat.grams

a numeric vector, saturated fat in grams

Examples

Run this code
data(FOOD)
plot(FOOD)

Run the code above in your browser using DataLab