SETUP for rproject GEB
software
posted on 12.07.2022, 09:50 authored by Johannes De GroeveJohannes De Groeve, Buntarou KusumotoBuntarou Kusumoto, Erik Koene, W.D. KisslingW.D. Kissling, A.C. SeijmonsbergenA.C. Seijmonsbergen, Bert W. Hoeksema, Moriaki YasuharaMoriaki Yasuhara, Sietze Johannes Norder, Sri Yudawati Cahyarini, Alexandra van der GeerAlexandra van der Geer, Hanneke J. M. Meijer, Yasuhiro Kubota, Kenneth F RijsdijkR project set-up file to run analysis.
The init.R file can be used to unzip all data and scripts and store them in a standard directory structure:
├── DATA
│ ├── AGE_mosaic.tif
│ ├── AGE_tiles
│ ├── BATHYMETRY.tif
│ ├── SLW_mosaic
│ ├── SLW_tiles
│ ├── STC.cpg
│ ├── STC.dbf
│ ├── STC.prj
│ ├── STC.shp
│ └── STC.shx
├── PIAC_GEB_FIGSHARE.Rproj
├── SCRIPTS
│ ├── Rcode_Fig2e.R
│ ├── Rcode_Fig2f.R
│ ├── Rcode_Fig2g.R
│ ├── Rcode_FigS1.R
│ ├── Rcode_FigS2c.R
│ └── Rcode_FigS2d.R
├── functions.R
└── init.R
├── DATA
│ ├── AGE_mosaic.tif
│ ├── AGE_tiles
│ ├── BATHYMETRY.tif
│ ├── SLW_mosaic
│ ├── SLW_tiles
│ ├── STC.cpg
│ ├── STC.dbf
│ ├── STC.prj
│ ├── STC.shp
│ └── STC.shx
├── PIAC_GEB_FIGSHARE.Rproj
├── SCRIPTS
│ ├── Rcode_Fig2e.R
│ ├── Rcode_Fig2f.R
│ ├── Rcode_Fig2g.R
│ ├── Rcode_FigS1.R
│ ├── Rcode_FigS2c.R
│ └── Rcode_FigS2d.R
├── functions.R
└── init.R
See instructions in the description of the data collection.