Learn R Programming

WallomicsData (version 1.0)

Temperature: Temperature

Description

The Temperature factor identifies the temperature at which the studied sample was exposed all along its growth, either 22<U+00B0>C (optimal condition) or 15<U+00B0>C (high altitude condition).

Usage

data("Temperature")

Arguments

Format

A factor with 2 levels.

Examples

Run this code
# NOT RUN {
# Load the data
data("Temperature")

# Count how many samples are in each group
table(Temperature)

# }

Run the code above in your browser using DataLab