Learn R Programming

SveltePlots (version 0.1.0)

CO2: Plant Growth Dataset

Description

This dataset contains information about the growth of plants under different treatments and concentrations over time.

Usage

CO2

Arguments

Format

A tibble with 84 rows and 6 variables:

Plant

Factor. The identifier for the plant.

Type

Factor. The type of plant, here represented as "Quebec".

Treatment

Factor. The treatment applied to the plant, here represented as "nonchilled".

conc

Numeric. The concentration level of the treatment.

uptake

Numeric. The uptake measurement of the plant.

date

Date. The date of the observation.

Examples

Run this code
data(CO2)
head(CO2)

Run the code above in your browser using DataLab