Skip to content

saravillen/R_course_UAH2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R_course_UAH2021

Course "Data science in R", PhD Science Programs, UAH 2021

https://www1.uah.es/pdf/archivos_estudios/AF/2020-2021/AAFE18_1_9_1_E_Curso-Ciencia-de-datos-en-R.pdf

Contents

0) BASIC INTRODUCTION TO USE AND LOGIC OF R

1) DATA MANIPULATION

  1. DATA TYPE AND STRUCTURE

  2. DATA EXPLORATION

  3. DATA SUBSETTING

  4. DATA EDITING

  5. DATA REORGANIZATION

  6. TIDY | RESHAPE DATA {tidyr}

  7. AGGREGATE AND ANALYZE DATA

  8. CONCATENATE OPERATIONS

  9. SPECIFIC DATA MANIPULATION

9.1. FACTORS {forcats}

9.2. CHARACTER STRINGS {stringr}

9.3. DATES AND TIMES {lubridate}

  1. DATA IMPORTATION AND EXPORTATION

2) DATA VISUALIZATION

BLOCK 1 - INTRODUCTION TO GGPLOT

  1. Introduction to ggplot logic
  2. Building a simple plot in ggplot

BLOCK 2 - GEOMETRIES

BLOCK 2.1. - BASIC GRAPHS

  1. Scatterplots
  2. Line graphs
  3. Area graphs
  4. Barplots

BLOCK 2.2. - DISTRIBUTION GRAPHS: frequency and density graphs

  1. Histograms
  2. Frequency polygons
  3. Density curves
  4. Boxplots
  5. Violin plots
  6. 2D Frequency maps
  7. 2D Density maps

BLOCK 2.3. - GEOREFERENCED GRAPHS: MAPS

  1. Georeferenced graphs – Maps

BLOCK 3 - OPTIONAL LAYERS

  1. Facets
  2. Stats
  3. Scales
  4. Coordinates
  5. Titles and labs
  6. Annotations
  7. Theme

BLOCK 4: SAVE FIGURES AND MORE

  1. Save figures
  2. ggplot extensions

BLOCK 5: ANIMATED GRAPHS {gganimate}

  1. Introduction to animated graphs
  2. Grammar of {gganimate}
  3. Render (save) animated graphs

About

Course "Data science in R", PhD Science Programs, UAH 2021

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages