Produce plot on separate window r studio

broken image
broken image

The aesthetics defined globally in the ggplot() This includes the x- and y-axis you set up in R # Assign plot to a variable surveys_plot <- ggplot (data = surveys_complete, mapping = aes (x = weight, y = hindfoot_length ) ) # Draw the plot surveys_plot + geom_point ( ) Specific data frame using the data argument R surveys_complete, mapping = aes()) + ()

broken image