epsExtract {TPMplt} | R Documentation |
Auto output for strain rate vs. temperature table
Description
Automatically output the strain rate vs. temperature table, by a specified strain condition.
Usage
epsExtract(data, eps, lyT, lySR, manual = NULL)
Arguments
data |
A data frame with |
eps |
A numeric value to specify strain condition. |
lyT |
An integer to specify the layer for temperature attribute in the vector binary tree. |
lySR |
An integer to specify the layer for strain rate attribute in the vector binary tree. |
manual |
An integer vector with the length of 3 where the 1st element denotes the layer for Stress and Strain,
the 2nd and 3rd elements represent the levels for Strain and Stress, respectively. The default setting is NULL, which
can call the function |
Value
A list consist of a matrix table arranged by rows for strain rates while columns for temperatures, and a numeric value as strain condition for this strain rate-temperature table.
See Also
Examples
require(VBTree)
# Find locations for temperature and strain rate:
dl2vbt(chrvec2dl(colnames(TPMdata)))
epsExtract(TPMdata, eps = 0.7, lyT = 2, lySR = 3)