file <- system.file("extdata", "test1.csv", package="PhenStat")
test <- PhenList(dataset=read.csv(file),
testGenotype="Sparc/Sparc")
# box plot for dataset with two sexes: males and females
boxplotSexGenotypeWeightBatchAdjusted(test,
depVariable="Bone.Mineral.Content",
graphingName="BMC" )
Run the code above in your browser using DataLab