I am trying to plot very long and thin barplots and am satisfied with layout(), where I have been using matrix(1:200, 200, 1)
to define my plotting area. See example of such a plot in the attached image.
I'd like to be able to do this where I have more than 200 datasets to plot.
Error in layout(mat = matrix(1:201, 201, 1)) : too many rows in layout, limit 200
Any help would be appreciated.