powered by
Extract Design from a CrossoverSearchResult
# S4 method for CrossoverSearchResult getDesign(object, ...)
Returns a numeric matrix representing the crossover design. Rows represent periods, columns represent sequences.
A searchCrossOverDesign object from which the design should be extracted.
Possible parameters for subclasses (not yet used).
Kornelius Rohmeyer rohmeyer@small-projects.de
# n=c(100,10) is very small, but it's just an example and should not take much time x <- searchCrossOverDesign(s=9, p=5, v=4, model=4, n=c(100,10)) getDesign(x) getDesign("williams4t")
Run the code above in your browser using DataLab