UniTracePlot {UniDOE} | R Documentation |
This function takes an output from GenUD or GenAUD function and a integer value skip to draw trace plot.
UniTracePlot(output, skip=0)
output |
an output from GenUD or GenAUD function. |
skip |
an integer value. Number of values in the head to skip for the given sequence. |
A trace plot
Aijun Zhang, Haoyu Li, Shijie Quan
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.
##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)