CO2 {SveltePlots}R Documentation

Plant Growth Dataset

Description

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

Usage

CO2

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

data(CO2)
head(CO2)

[Package SveltePlots version 0.1.0 Index]