Skip to contents

This is the list of parametric analysis point types.

Usage

parametric_analysis_point_types

Format

A string list with 3 entries.

point_type_colname

The name of the column that contains parametric analysis point types.

orig

The string for original points.

sweep

The string for sweep points.

Examples

parametric_analysis_point_types
#> $point_type_colname
#> [1] "point_type"
#> 
#> $orig
#> [1] "orig"
#> 
#> $sweep
#> [1] "sweep"
#>