search for: normtyp

Displaying 1 result from an estimated 1 matches for "normtyp".

Did you mean: normtype
2011 Mar 11
1
WARNING Undocumented S4 methods 'initialize' - why?
....Object at qualopt = qualopt; .Object; } )#initialize However, here is my code for a similar class 'ExprTreeSet' (which is the class from where I have copied the code): setClass("ExprTreeSet", representation(exprtype = "character", normtype = "character" ), contains=c("ProcesSet"), prototype(exprtype = "none", normtype = "none" ) )#ExprTreeSet setMethod("initialize", "ExprTreeSet", function(.Object, exprtype = "none",...