one: one plotting region

oneR Documentation

one plotting region

Description

change from multiple R-screens to one

Usage

one()

Examples


par(mfrow=c(2,1))

plot(rnorm(10), rnorm(10) )

plot(rnorm(10), rnorm(10) )

one()
plot(rnorm(10), rnorm(10) )



RSEIS documentation built on May 29, 2024, 11:04 a.m.