a function for representing a CARBayesST result

plotCARBayesST(datain, outlierin, myselect, trait, xvar)

Arguments

datain

the input dataframe used in fitCARBayesST to detect outlier points in time courses

outlierin

the input dataframe identifying the outlier points in the time courses, output of the outlierCARBayesST

myselect

a numeric vector for facet graph

trait

a variable to explore

xvar

character, time variable (ex: thermalTime)

Value

a ggplot2 graph object

Details

the input dataset must contain scenario,genotypeAlias and Repsce (combination of repetition and scenario) columns

Examples

# not run