readVarveDirectory: Read multiple varve sequences thicknesses from a directory of...

Description Usage Arguments Value Author(s)

View source: R/importFiles.R

Description

Reads in a directory of varve thicknesses files, using readVarveShapefile.

Usage

1
2
3
readVarveDirectory(directory = NULL, codeCol = c("conf", "VarveID"),
  varveTop = "top", markerCol = c("Marker", "Markers"),
  scaleToThickness = NA)

Arguments

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.

Value

A list of data.frames with the varve data

Author(s)

Nick McKay


nickmckay/varveR documentation built on Sept. 14, 2020, 11:35 a.m.