flr.hist: flr.hist

Description Usage Arguments Value Examples

Description

flr.hist

Usage

1
flr.hist(data, new.titles = NULL)

Arguments

data

This is a a flr.summary object used to draw the graphs

new.titles

By default this function labels each facet with the entry in the Genotype column of the flr.summary object. This can be changed by inputting a named vector of names which map the genotypes to the new names.

Value

This is a wrapper function for flr.hist.graph in that it calls it twice. Once for days to flower and once for nodes at the time of flowering. It then arranges them.

Examples

1
2
new_labs <- c(`NF5076` = "NF5076 - LD+V", `R108` = "R108 - LD+V")
flr.hist(res, new.titles = new_labs)

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