param.set {AnalysisPageServer} | R Documentation |
Build a new AnalysisPageParamSet from a list of AnalysisPageParam's.
param.set(...)
... |
AnalysisPageParam objects. Or a single argument, being a list of AnalysisPageParam objects. |
Build a new AnalysisPageParamSet from a list of AnalysisPageParam's: Check for non-AnalysisPageParam elements and for duplicate names. Apply $name elements to names of param set. Set class to AnalysisPageParamSet
AnalysisPageParamSet
Brad Friedman
par1 <- simple.param(name = "par1") par2 <- bool.param(name = "par2") pset <- param.set(par1, par2)