Folder with script and data for paper "A partial prehistory of the Southwest Silk Road: Archaeometallurgical data from the sub-Himalayan corridor."
List of files and folders:
data/data/DATA isotopie_Pryce_V13092022.csvFrozen verison used inscriptMeetingWednesday16.Rmddata/DATA isotopie_Pryce_V4.2.1.csvLast version of the datasetdata/*.RDSRDS of the object as used for final publicationdata/RG_table_s1.csvtable with elemental compition from Radivojević & Grujić (2017)data/RG_table_s2.csvtable with communities found in Radivojević & Grujić (2017)
SSRgeoloc/kmzfile with single coordinates collected by OPmaps/multiple useful shapefiles used for visualisation and analysismaps/allsea.shpbig shapefile.maps/allseaborder_lowq.shplower quality general shapefile.maps/riverbasin_sitelimited.shpriver basin where sites falls in.
vignettes/R vignettes that describe series of analysis and toolvignettes/reproduceRG2017.Rmda vignette that reproduce some of the analysis done in Radivojević & Grujić (2017)vignettes/exploreSEALIPelementalNetwork.Rmda vignette reproduce the analysis of Radivojević & Grujić (2017) using SEALIP datavignettes/recreateNetworkSSR.Rmdthis is the main vignette used throughout the paper
scripts/small script that concatenate various R functions to quickly generate useful tools/outputsscripts/shapefileope.Rmda script that was used to create the shapefiles avalable inmaps/scripts/paperFigure.Ra script to generate high quality figures used for the paperscripts/cleanDataset.Ra script to clean the csv and generate labels automatically
R/set of R-methods and functions used to run the analysis
To render a vignette with R in your command line ; from the root folder of this reporitory
Rscript -e "rmarkdown::render('doc/reproduceRG2017.Rmd',knit_root_dir='..')"
if you wanter to render them all:
for v in vignettes/*.Rmd;
do
Rscript -e "rmarkdown::render('$v',knit_root_dir='..')"
done
