flr.summary.old: flr.summary.old

Description Usage Arguments Value Examples

View source: R/flowering_time.R

Description

flr.summary.old

Usage

1

Arguments

data

This is a dataframe of flowering time fata with the following columns; Sowing.Number, Conditions, Genotype, Plant.Number, Date.Sown, Date.Flowered, Number.of.Days.to.First.Floral.Bud, Position.of.1st.Floral.Bud, Node.Number.of.Main.Axis.at.1st.Floral.Bud and Comments.

LoI

These are the Lines of Interest to be examined. Enter these as a vector of sowing numbers as characters.

Value

This function summarises a flowering time data frame producing a list of the summarised data and relevant raw data

Examples

1
2
3
data = Mid_2016
LoI = c("P912", "P913") # Lines of interest
d <- flr.summary(data, LoI)

G-Thomson/gthor documentation built on May 6, 2019, 5:08 p.m.