Statistical Analysis of Local Oceanographic Variability Relative to Abalone Habitats at Isla Nativid

Page 13

Natividad project Read in the data Using the recent dataset that was supposedly cleaned by Brock File originally called: natividad_temp_do_2013_2018.csv This dataset contains temperature and DO levels at Morro Prieto and Punta Prieta at Baja California from 2013 to 2018. Morro Prieto is the Pacific side of the island, generally colder and more exposed to upwelling events, and Punta Prieta is the inland side of the island, generally warmer and less exposed to upwelling. natividad_temp_do_2013_2018 <- read_csv("Downloads/natividad_temp_do_2013_2018.csv")

## Parsed with column specification: ## cols( ## `Date Time (LST)` = col_character(), ## `MP Temperature (oC)` = col_double(), ## `MP dissolved oxygen (mg/L)` = col_double(), ## `PP Temperature (oC)` = col_double(), ## `PP dissolved oxygen (mg/L)` = col_double() ## )

attach(natividad_temp_do_2013_2018)

Check the data Find the summary and head of the dataset. summary(natividad_temp_do_2013_2018)


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.