Plot a ggplot sequence in layers of n plots arranged in k rows

grf.seqmultiplot(x, n, nrow, byrow = TRUE)

Arguments

x

list of ggplot objects

n

number of plot in layout

nrow

Number of rows in layout

byrow

plot by row?