Skip to content

AW: [R] Question for layout function

1 message · TEMPL Matthias

#
?
Something like this?

l <- layout(matrix(c(1,2,3,2),ncol=2,byrow=TRUE))
layout.show(3)

d <- runif(50)
hist(d)
boxplot(d)
plot(density(d))

Best,
Matthias