R/set.panel.R

"set.panel" <-

function(m = 1., n = 1.)



{



	par(mfrow = c(m, n))



	cat("plot window will lay out plots in a", m, "by", n, 



		"matrix ", fill = TRUE)



	invisible()



}

Try the Rlab package in your browser

Any scripts or data that you put into this service are public.

Rlab documentation built on May 5, 2022, 1:05 a.m.