-
Notifications
You must be signed in to change notification settings - Fork 5
1. R
La mayor parte del proyecto se ha desarrollado con el lenguaje de R, para lo cual se importaron la siguientes librerías. Para una información completa y más detallada sobre este lenguaje, se recomienda visitar la propia página de R.
Most of the project was developed using the R language, for which the following libraries were imported. For comprehensive and detailed information about this language, it is recommended to visit the official R page.
Tidyverse es una colección de paquetes de R diseñada para la ciencia de datos. Todos los paquetes comparten una filosofía de diseño subyacente, una gramática y estructuras de datos. Particularmente, para el proyecto en cuestión se lo utilizó para procesar, cargar y manipular parámetros fisicoquímicos del agua en formatos tabulares; reorganizar y calcular nuevas columnas y filas para crear estructuras de datos de utilidad; cargar fechas; generar figuras de variación de los parámetros a lo largo de la transecta sobre el río Paraná, y las correlaciones entre estos, y firmas espectrales; realizar el mapa de la región de interés; e integrar múltiples fuentes de datos de manera estructurada para facilitar el análisis, y su almacenamiento
Tidyverse is a collection of R packages designed for data science. All packages share an underlying design philosophy, grammar, and data structures. Specifically, for the project in question, it was used to process, load, and manipulate physicochemical water parameters in tabular formats; reorganize and calculate new columns and rows to create useful data structures; load dates; generate figures showing the variation of parameters along the transect on the Paraná River, and the correlations between these and spectral signatures; create the map of the region of interest; and integrate multiple data sources in a structured manner to facilitate analysis and storage
gt.
gt fue utilizado para crear tablas programáticas. Este paquete ofrece opciones para formatear, diseñar y aplicar temas a las tablas, así como compatibilidad para manejar estructuras de datos complejas y crear tablas listas para publicar con facilidad.
gt was used to create programmatic tables. This package offers options to format, design, and apply themes to tables, as well as support for handling complex data structures and easily creating publication-ready tables.
Este paquete, el cual es un port para R de javascript, permite crear mapas dinámicos e interactivos
This package, which is a port for R from JavaScript, allows the creation of dynamic and interactive maps.
Todo lo relacionado con información geográfica (puntos de muestreo, pares de datos de longitud y latitud, color real del producto satelital, etc.) se procesan con terra.
All information related to geographic data (sampling points, pairs of longitude and latitude data, true color of the satellite product, etc.) is processed with terra.
Es un paquete que permite crear gráficos dinámicos de ggplot.
Is a tool that allows you to create dynamic ggplot graphs.
Esta librería se encarga de ejecutar funciones específicas a partir de un cambio en un archivo .xls en donde se registran los resultados de los análisis fisicoquímicos de las muestras tomadas.
This library is responsible for executing specific functions based on a change in an .xls file where the results of the physicochemical analyses of the samples taken are recorded.
renv.
Este paquete permite crear se utiliza para crear entornos de R reproducibles. Este generar un archivo renv.lock para verificar y constatar que todas las liberias y todas las dependencias de cada paquete se mantenga consistente y constante entre sí.
This package is used to create reproducible R environments. It generates a renv.lock file to verify and ensure that all libraries and dependencies of each package remain consistent and stable with each other.