exportMeasuredTraits: Extract and format measured traits

View source: R/exportMeasuredTraits.R

exportMeasuredTraitsR Documentation

Extract and format measured traits

Description

Extracts non-ranking, plot-level trait data from a ClimMob trial object. The function detects variables ending in "_a", "_b", or "_c", infers the trait and collection moment, and reshapes the data into long format for analysis.

Usage

exportMeasuredTraits(x)

Arguments

x

An object of class CM_list containing raw ClimMob trial data.

Value

A data frame with one row per genotype observation, including block ID, plot, genotype name, collection moment, trait name, value, and value type.

See Also

Other export functions: exportBlockData(), exportTrialMetadata(), exportTricotRanks(), exportVariablesDescription()


ClimMobTools documentation built on Nov. 15, 2025, 5:06 p.m.