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 Aug. 19, 2023, 5:07 p.m.