Answers for "how to remove the white space between two plots in r"

0

how to remove the white space between two plots in r

> par(mfrow=c(2,1))
> par(mar=c(0,1,1,1))
> plot(1:10)
> par(mar=c(1,1,0,1))
> plot(1:10)
Posted by: Guest on August-06-2020

Code answers related to "how to remove the white space between two plots in r"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language