TPMplt (version 0.1.2)

AllPF: Fit all flow stress values in high strain conditions

Description

Fit all flow stress values in high strain conditions

Usage

AllPF(x, Manu = NULL, ...)

Arguments

x

A data frame with VBTree style. Pay attention, all factors in column names should be separated by "-" symbol, and factors for temperatures and strain rates should be saved in pure numeric style.

Manu

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 lyIDdetector for automatical completion this vector.

...

The control parameters pass on to the function basicPF.

Value

A VBTree style data frame with fitted values for flow stress in high strain conditions.

Examples

Run this code
# NOT RUN {
# Use multi-function fitting for curves
x <- AllPF(TPMdata, subsec = c(0.015, 0.2))
SSplots(x, 2, mfrow=c(2, 2))
# }

Run the code above in your browser using DataLab