How to reset par(mfrow) in R
You can reset the mfrow parameter
par(mfrow=c(1,1))
You can reset the plot by doing this:
dev.off()
You can reset the mfrow parameter
par(mfrow=c(1,1))
You can reset the plot by doing this:
dev.off()