TPM2dplt: Plot 2d thermal process maps

Description Usage Arguments Value Examples

View source: R/TPMplt.R

Description

Plot a 2d thermal process maps: logarithm strain rate as y axis while celsius temperature as x axis. Contours denotes the power dissipation efficiency factor, while the background with gradual colors represents rheological stability.

Usage

1
TPM2dplt(x, xloc = 0.09, yloc = 0.03, clrctrl = rev(rainbow(7))[-1])

Arguments

x

Regression results from modeling functions such as SVRModel.

xloc

Location for annotatin in x axis. The default value is 0.09.

yloc

Location for annotatin in y axis. The default value is 0.03.

clrctrl

Colour vector to control eta background, the default value uses rainbow palette.

Value

A 2d thermal processing-map with logarithm strain rate as its y axis while celsius temperature as its x axis. Strain conditon is showed in top-left in the figure. Power dissipation efficiency factor eta is denoted by gradient blue contours, and the rheological stability coefficient are represented by gradient background.

Examples

1
2
3
4
epstable <- epsExtract(TPMdata, 0.7, 2, 3)
DMM <- DMMprocess(epstable)
PLTbd <- SVRModel(DMM)
TPM2dplt(PLTbd)

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