Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 631 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 631 Bytes

R-maps

The following scripts allow for R to

  • access a dataverse data set,
  • download it,
  • clean it,
  • prepare it for mapping,
  • map it using the libraries:
  • base R,
  • Simple Features and
  • ggplot2 libraries.

scripts

  • scriptp1.R - reads and cleans file from dataverse. Please apply for access to PIA synthetic Data for access.
  • scriptp2.R - creates file for map creation
  • scriptp3a_baseRgraphics.R - base R graphics
  • scriptp3b_sfRgraphics_multilayer.R - R simple features built like base R
  • scriptp3c_sfRgraphics_auto.R - R simple features functionality
  • scriptp3d_ggplot2Rcontinuous.R - R ggplot functionality