Description Usage Arguments Value Author(s)
Reads in a directory of varve thicknesses files, using readVarveShapefile.
1 2 3 | readVarveDirectory(directory = NULL, codeCol = c("conf", "VarveID"),
varveTop = "top", markerCol = c("Marker", "Markers"),
scaleToThickness = NA)
|
directory |
the path to to the directory. Leaving it blank will open a file chooser. |
codeCol |
name of the column of varve confidence ratings. Can be a single and or multiple strings in a vector. Default = c("conf","VarveID") |
varveTop |
where is the top of the varve sequence on the shape file. Options are "top","bottom","left","right". Default = "top". |
markerCol |
name of the column of marker layer names. Can be a single and or multiple strings in a vector. Default = c("Marker","Markers") |
scaleToThickness |
Value to scale the sum of the measurements. NA retains the scale in the .shp file. |
A list of data.frames with the varve data
Nick McKay
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.