Learn R Programming

dobson (version 0.4)

pasture: Pasture data from table 6.23

Description

Response of a grass and legume pasture system to various quantities of phosphorus fertilizer

Usage

data(pasture)

Arguments

Format

A tibble with 27 observations and the following 2 variables.

K

phosphorus levels (kilograms per hectare)

yield

total yield of grass and legume together (kilograms per hectare)

Examples

Run this code
# NOT RUN {
data(pasture)
summary(pasture)
# }

Run the code above in your browser using DataLab