powered by
compute the numeric vector ylim
ylim(yList, yrange, textBoxHeights, sortB, permInd)
returns a numeric vector ylim
list whose components are numeric vectors of the y values for overlaid curves
numeric vector (max-min) for vector of y values
return value of textBoxUserUnits()
Boolean if TRUE staggered curves are reordered, with largest range curve on bottom of graph
return value of permInd()
# demonstrate effect of sorting the curves plot.new() ylim(yList1,yrange(yList1),textBoxUserUnits(textList,yrange(yList1),verbose=TRUE), FALSE,permInd(yrange(yList1)))
Run the code above in your browser using DataLab