lyIDdetector {TPMplt} | R Documentation |
Detecting locations for Strain and Stress
Description
Function for detecting the locations for Strain and Stress in data frame. It is an key component for automatic
completion in the function of epsExtract
.
Usage
lyIDdetector(data, patterns = "[Ss][Tt][Rr]")
Arguments
data |
A data frame with |
patterns |
A regex object to determine layer of Strain and Stress. The default pattern uses "[Ss][Tt][Rr]". |
Value
A list consisted of the layer, and the levels in this layer for Strain and Stress respectively.
See Also
Examples
require(VBTree)
chrvec2dl(colnames(TPMdata))
lyIDdetector(TPMdata)
[Package TPMplt version 0.1.4 Index]