Here is my current code. Trying to figure out how to plot depth of the ocean so 0 needs to be at the top of the axis. Anyone have example code for how to do this?
ggplot(data = NH35_6768merge)+
geom_point(mapping = aes(temperature....C., Depth..m., color = Date))