Quantcast
Channel: Plot two graphs in a same plot - Stack Overflow
Viewing all articles
Browse latest Browse all 18

Answer by MLow for Plot two graphs in a same plot

$
0
0

if you want to split the plot into two columns (2 plots next to each other), you can do it like this:

par(mfrow=c(1,2))plot(x)plot(y) 

Reference Link


Viewing all articles
Browse latest Browse all 18

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>