MakeGrid: Make grid mesh for plots

View source: R/PrePLT.R

MakeGridR 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 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

epstable <- epsExtract(TPMdata, 0.7, 2, 3)
DMM <- DMMprocess(epstable)
prdptr <- MakeGrid(DMM)
prdptr

TPMplt documentation built on June 22, 2024, 12:23 p.m.