Lumifuge_FrontTrackingMultiple: Interpolates the Distance for a given set of transmissions...

Description Usage Arguments

View source: R/Lumifuge.R

Description

The dataset requires to have a column called UniqueSampleIdentifier which is used to separate the samples

Usage

1
2
Lumifuge_FrontTrackingMultiple(Data, TargetTrans, TimeLimits = c(-Inf, Inf),
  TimeJumps = 0, DistLimits = c(-Inf, Inf), startSearch = "bottom")

Arguments

Data

A Data frame containing the raw Lumifuge Data. Double measurements and different samples are supported but no support is given for multiple RPM runs, please supply different runs of th same sample at different RPM separately

TargetTrans

a vector with the transmission values at which one would like to analyze the data

TimeLimits

a vector of length 2 which gives the range of times where one would like to interpolate

TimeJumps

an integer indicating how many of the existing time measurements to jump (e.g. only naalyze every 3rd would mean jump 3)

DistLimits

a vector with length 2 which gives the range of distances over which the interpolation will occur

startSearch

Indicates whether to start searching for a crossing from the bottom or the top of the sample. The default is the bottom as this typically leads to a better result but in some cases it is neccesary to search from the top as well, in this case please be aware that the lower limit of distances is critical


Ersch001/PhChFo documentation built on May 6, 2019, 4:03 p.m.