Learn R Programming

RSEIS (version 4.2-4)

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