50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

RSEIS (version 1.1-1)

one: one plotting region

Description

change from multiple R-screens to one

Usage

one()

Arguments

Examples

Run this code
par(mfrow=c(2,1))

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

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

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

Run the code above in your browser using DataLab