TPMplt (version 0.1.2)

MakeGrid: Make grid mesh for plots

Description

Make a grid for ploting thermal processing map.

Usage

MakeGrid(x, seqby = 80)

Arguments

x

A calculation result returned from the function DMMprocess.

seqby

A numeric value to specify the grid density. The default value used is 80, namely the default mesh used 80*80 for original plot.

Value

A grid table with the ranges for logarithm strain rate and temperature.

Examples

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

Run the code above in your browser using DataCamp Workspace