plotCARBayesST.Rd
a function for representing a CARBayesST result
plotCARBayesST(datain, outlierin, myselect, trait, xvar)
datain | the input dataframe used in |
---|---|
outlierin | the input dataframe identifying the outlier points in the time courses, output of the |
myselect | a numeric vector for facet graph |
trait | a variable to explore |
xvar | character, time variable (ex: thermalTime) |
a ggplot2 graph object
the input dataset must contain scenario,genotypeAlias and Repsce (combination of repetition and scenario) columns
# not run