This document serves to test the R/qtlcharts function iboxplot.

set.seed(69891250)
library(qtl)
library(qtlcharts)
data(grav)
iboxplot(t(grav$pheno), breaks=51, orderByMedian=FALSE,
         chartOpts=list(xlab="Time index", ylab="Root tip angle (degrees)"))


kbroman/qtlcharts documentation built on May 10, 2023, 6:07 p.m.