Displaying 1 result from an estimated 1 matches for "exprtreeset".
Did you mean:
_exprtreeset
2011 Mar 11
1
WARNING Undocumented S4 methods 'initialize' - why?
...qualtype = qualtype,
qualopt = qualopt,
...);
.Object at qualtype = qualtype;
.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",...