iboxplot within R Markdown

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)"))


Try the qtlcharts package in your browser

Any scripts or data that you put into this service are public.

qtlcharts documentation built on Jan. 8, 2022, 1:06 a.m.