Learn R Programming

WallomicsData (version 1.0)

Altitude_Cluster: Altitude Cluster

Description

The Altitude Cluster factor identifies the environment height from which is originated a given plant from the sample under study, either high altitude (denoted High), moderate altitude (Low) or the reference group's environment height (Col, the lowest of all).

Usage

data("Altitude_Cluster")

Arguments

Format

A factor with 3 levels.

Examples

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

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

# }

Run the code above in your browser using DataLab