Skip to contents

This dataset, rice_wheat_production, is a data frame containing observations on rice and wheat production over multiple years. It includes information on food type, year, area, production, yield, and irrigation.

Usage

data(rice_wheat_production)

Format

A data frame with 106 observations and 6 variables:

Food

Factor indicating the food type

Year

Factor indicating the year

Area

Numeric vector indicating the area

Production

Numeric vector indicating the production

Yield

Integer vector indicating the yield

Irrigated

Factor indicating irrigation

Source

Data taken from the gpk package version 1.0

Details

The dataset name has been kept as 'rice_wheat_production' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the agridatasets package and assists users in identifying its specific characteristics.