diff --git a/README.md b/README.md index d8c7216..8e60453 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # DataExploration-AAPF -This GitHub repository offers a comprehensive guide to RGB and HSI data generated at the [Ag Alumni Seed Phenotyping Facility (AAPF)](https://ag.purdue.edu/aapf/). Additionally, it includes foundational R tools for transforming AAPF data products (RGB, hyperspectral, X-RAY) into an analysis-ready ([a table, long-format](http://www.cookbook-r.com/Manipulating_data/Converting_data_between_wide_and_long_format/)) dataset. These standardized datasets can be directly used in statistical modeling and visualization. +This GitHub repository offers a comprehensive guide to RGB and HSI data generated at the [Ag Alumni Seed Phenotyping Facility (AAPF)](https://ag.purdue.edu/aapf/). Additionally, it includes foundational [R](https://www.r-project.org/) tools for transforming AAPF data products (RGB, hyperspectral, X-RAY) into an analysis-ready ([long format table](http://www.cookbook-r.com/Manipulating_data/Converting_data_between_wide_and_long_format/)) dataset. This standardized dataset can be directly used in statistical modeling and visualization using R. -## Data Guide +## AAPF Data Guide * [RGB](DataGuide_AAPF_RGB.md) * [HSI](DataGuide_AAPF_HSI.md)