diallel.phenotype.scale: Phenotype ramp plot for diallel cross.

Description Usage Arguments Examples

View source: R/plot_functions.R

Description

This function produces a phenotype ramp to match the heatmap from diallel.phenotype.map().

Usage

1
2
diallel.phenotype.scale(mother.str.var, father.str.var, phenotype, data,
  include.decimal = FALSE)

Arguments

mother.str.var

Name of variable encoding the mother/dam strain identity.

father.str.var

Name of variable encoding the father/sire strain identity.

phenotype

Name of the phenotype variable. A quantitative phenotype is expected.

data

The data.frame that contains the phenotype and parental strain identities.

include.decimal

DEFAULT: FALSE. If FALSE, the scale labels are rounded to whole numbers.

Examples

1

gkeele/DIDACT documentation built on Jan. 1, 2020, 2:58 a.m.