Learn R Programming

TPMplt (version 0.1.0)

TPM2dplt: Plot 2d thermal process maps

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

TPM2dplt(x, xloc = 0.09, yloc = 0.03, lowclr = "red",
  mdclr = "white", highclr = "green")

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.

lowclr

Colour for low rheological stability region. The default setting is "red".

mdclr

Colour between low and high rheological stability regions. The default setting uses "white".

highclr

Colour for high rheological stability region. The default setting is "green".

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

Run this code
# NOT RUN {
epstable <- epsExtract(TPMdata, 0.7, 2, 3)
DMM <- DMMprocess(epstable)
PLTbd <- SVRModel(DMM)
TPM2dplt(PLTbd)
# }

Run the code above in your browser using DataLab