MakeGrid {TPMplt} | R Documentation |
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 |
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
epstable <- epsExtract(TPMdata, 0.7, 2, 3)
DMM <- DMMprocess(epstable)
prdptr <- MakeGrid(DMM)
prdptr
[Package TPMplt version 0.1.4 Index]