Learn R Programming

PASWR (version 1.3)

wheatUSA2004: USA Wheat Surface 2004

Description

USA's 2004 harvested wheat surface by state

Arguments

Format

A data frame with 30 observations on the following 2 variables.

STATES

a factor with levels AR, CA, CO, DE, GA, ID, IL, IN, KS, KY, MD, MI, MO, MS, MT, NC, NE, NY, OH, OK, OR, Other, PA, SC, SD, TN, TX, VA, WA, and WI

ACRES

wheat surface area measured in 1000s of acres

Examples

Run this code
# NOT RUN {
with(data = wheatUSA2004,
hist(ACRES))

# }

Run the code above in your browser using DataLab