Skip to content

JuanCarlosBio/Tortugas_La_Tahonilla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Statistical analysis of sea turtles stranding in Tenerife, Canary Islands.

Undergraduate thesis (Trabajo de Fin de Grado TFG in spanish) by Juan Carlos García Estupiñán. My supervisors were Carlos Pérez González and José Alberto Delgado Bello.

Data provided by the Centro de Recuperación de Fauna Silvestre la Tahonilla, in Tenerife.

My intention with this repository is to share the results from this thesis, and the code in the R scripts that i have developed.

Libraries and making the dataset ready to used

Variables for the analysis (variable names are in spanish).

  • The species ("especie")

    • Script: 2Tor_de_data.R. In this script, there is also a time series model known as SARIMA, used to predict the arrival of turtles at the center in the year 2022.
  • Time variables: year, month and season ("anio", "mes", "estacion").

  • The municipality and specific locations where the turtles are rescued ("muni", "lugar")

  • Causes for rescue include turtles that arrive either alive or deceased, and whether they can or cannot be rehabilitated.. (causa/causa_orig, muerte)

  • The observations conducted by the center's staff upon the turtles' arrival. ("observa")

  • Biometry of the turtles straight carapace length ("SRC"), curved carapace length ("CCL"), straight carapace width ("SCW"), curved caparace width ("CCW") and weight ("Weigth")

Releases

No releases published

Packages

No packages published

Languages