xitidy: Tidy xi table for further process

Description Usage Arguments Value See Also Examples

View source: R/PrePLT.R

Description

Tidy the table of xi values, with different logarithm strain rates and temperatures for further analysis, based on the given dynamic material model.

Usage

1
xitidy(x)

Arguments

x

A calculation result returned from the function DMMprocess.

Value

A matrix with melted temperatures, logarithm strain rates and values of xi values in respective columns.

See Also

etatidy, DMMprocess

Examples

1
2
3
4
epstable <- epsExtract(TPMdata, 0.7, 2, 3)
DMM <- DMMprocess(epstable)
xiM <- xitidy(DMM)
xiM

TPMplt documentation built on Oct. 2, 2019, 1:03 a.m.