one {RSEIS}R 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) )



[Package RSEIS version 4.2-0 Index]