CalCOFI / capstone

Capstone project for CCDSP fellowship, where we will store data and code
1 stars 2 forks source link

Time series analysis #58

Open dcoletta9 opened 2 years ago

dcoletta9 commented 2 years ago

Creating multiple time series plots using ggplot to show the change in temperature, salinity, oxygen, etc. over time

dcoletta9 commented 2 years ago
dcoletta9 commented 2 years ago

Change geom_line to geom_point, with lines to show connections between sampling dates? This would eliminate confusion with where "breaks" from sampling occur. Add error bars after doing this!

dcoletta9 commented 2 years ago

Oxygen plot for twilight zone image Oxygen plot for sunlight zone image Temperature plot for twilight zone image Temperature plot for sunlight zone image

dcoletta9 commented 2 years ago
dcoletta9 commented 2 years ago
dcoletta9 commented 2 years ago

Temperature time series plot (2000-2010) image

Oxygen time series plot (2000-2010) image

dcoletta9 commented 2 years ago

Time series plot for temperature using whole dataset!

image

Time series plot for oxygen using whole dataset image

PK0207 commented 2 years ago
dcoletta9 commented 2 years ago

Made function for temperature and oxygen. Each uses a start date and end date as well as a number of depth ranges to choose to display by color on the time series plot.

dcoletta9 commented 2 years ago