When doing fioprepare.sh -r , the R matix is not sorted resulting in messy Charts.
sort <- c("1K","4K","8K","64K","128K","3024K","8M","16M")
sort2 <- c(1,8,16,32,64,256,1024)
m <- m[order(m[,1],factor(m[,2],levels=sort2),factor(m[,3],levels=sort)),]
But this is no Generic solution as it requires the user to specify its bs and user values.