Produce plot on separate window r studio

broken image

This will probably take a little bit of experimenting to get the plot looking exactly how you want. However, before we do this we also need to change the figure margins for each of the figures using the par(mar = ) command so all of the plots can fit together in the same plotting device. My_lay <- layout( mat = layout_mat, heights = c( 1, 3), widths = c( 3, 1), respect = TRUE) layout.show(my_lay)Īll we need to do now is create our three plots.

broken image
broken image

1.4.2 Integrated developement environements.

broken image