This function takes an output from GenUD or GenAUD function and a integer value skip to draw trace plot.
UniTracePlot(output, skip=0)
an output from GenUD or GenAUD function.
an integer value. Number of values in the head to skip for the given sequence.
A trace plot
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.
# NOT RUN {
##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)
# }
Run the code above in your browser using DataLab