Skip to content

limit to complex plots?

1 message · Hanke, Alex

#
try:
	layout(matrix(c(0,0,0,0,0,1,0,2,0,0,0,0,0,3,0,4), nrow=4,
byrow=TRUE))
	plot(rnorm(10), rnorm(10))
	plot(rnorm(20), rnorm(20))
	plot(rnorm(30), rnorm(30))
	plot(rnorm(40), rnorm(40))