MikeM
November 6, 2018, 12:35pm
1
Dear all,
Whenever I use the plot() function, my plots appear in a separate window, instead of showing the plot in the "plots" section in the right side of the screen.
Does anyone know how I can undo this, to make my plots don't appear in a separate window anymore?
Thanks in advance.
Best,
Mike
mara
November 6, 2018, 12:39pm
2
Have you tried resetting your graphics device options using dev.off()
?
Overview
Occasionally, R graphics will come out distorted or certain parts will be missing (legends, lines, etc.). This is generally due to the plot size or dimensions not being able to properly al...
2 Likes
MikeM
November 6, 2018, 12:42pm
3
Thank you so much! This was exactly what I needed!
1 Like
jcblum
November 6, 2018, 3:23pm
4
If your question's been answered (even by you!), would you mind choosing a solution? It helps other people see which questions still need help, or find solutions if they have similar problems. Here’s how to do it:
If your question has been answered, don't forget to mark the solution!
How do I mark a solution?
Find the reply you want to mark as the solution and look for the row of small gray icons at the bottom of that reply. Click the one that looks like a box with a checkmark in it:
[image]
Hovering over the mark solution button shows the label, "Select if this reply solves the problem". If you don't see the mark solution button, try clicking the three dots button ( ••• ) to expand the full set of options.
When a solution is chosen, the icon turns green and the hover label changes to: "Unselect if this reply no longer solves the problem". Success!
[solution_reply_author]
…
MikeM
November 6, 2018, 4:08pm
5
Good one, thanks! Fairly new here so I didn't know how to do it. But now I know, thanks again!
2 Likes
system
Closed
November 13, 2018, 4:08pm
6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.