UniTracePlot: Draw discrepancy value trace in optimization process.

Description Usage Arguments Value Author(s) References Examples

View source: R/UniDOE_Ext.R

Description

This function takes an output from GenUD or GenAUD function and a integer value skip to draw trace plot.

Usage

1
  UniTracePlot(output, skip=0)

Arguments

output

an output from GenUD or GenAUD function.

skip

an integer value. Number of values in the head to skip for the given sequence.

Value

A trace plot

Author(s)

Aijun Zhang, Haoyu Li, Shijie Quan

References

Zhang, A. and Li, H. (2017). UniDOE: An R package for constructing uniform design of experiments via stochastic and adaptive threshold accepting algorithm. Technical Report.

Examples

1
2
3
4
5
6
  ##e.g.
  n=12 #(must be multiples of q)
  s=3
  q=4
  Dlst = GenUD(n=n,s=s,q=q,crit="MD2",maxiter=100)
  UniTracePlot(output=Dlst)

UniDOE documentation built on May 2, 2019, 2:38 a.m.