hello all,
I am trying the layout function as I need to plot ten plots in 5 rows and 2 columns.
I am trying the following command, but something is going wrong that I could not figure out.
Can you please help me with this?
layout(matrix(c(1,2,3,4,5,6,7,8,9,10),nrows=5, byrow=TRUE)...