Learn R Programming

dobson (version 0.4)

plants: Plant weight data from table 2.7

Description

Dried weight of plants grown under two conditions.

Usage

data(plants)

Arguments

Format

A tibble with 20 observations and the following 2 variables.

treatment

weights of treatment plants in grams

control

weights of control plants in grams

Examples

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

Run the code above in your browser using DataLab