etatidy: Tidy eta table for further process

View source: R/PrePLT.R

etatidyR Documentation

Tidy eta table for further process

Description

Tidy the table of power dissipation efficiency factor eta, with different logarithm strain rates and temperature for further analysis, based on the given dynamic material model.

Usage

etatidy(x)

Arguments

x

A calculation result returned from the function DMMprocess.

Value

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

See Also

xitidy, DMMprocess

Examples

epstable <- epsExtract(TPMdata, 0.7, 2, 3)
DMM <- DMMprocess(epstable)
etaM <- etatidy(DMM)
etaM

TPMplt documentation built on June 22, 2024, 12:23 p.m.