Displaying 3 results from an estimated 3 matches for "fdeflt".
Did you mean:
deflt
2008 Feb 24
2
Generic Functions
...#I would like to define a specific function for class PROBECLASS with other
arguments than for the generic function "setType" of fPortfolio.
setGeneric("setType<-", function(object, value)
standardGeneric("setType<-"))
#Returns
Fehler in makeGeneric(name, fdef, fdeflt, group = group, valueClass =
valueClass, :
the formal arguments of the generic function for "setType<-" (object,
value) differ from those of the non-generic to be used as the default (spec,
value)
setReplaceMethod("setType", "PROBECLASS", function(object, value...
2008 Feb 24
2
Generic Functions
...#I would like to define a specific function for class PROBECLASS with other
arguments than for the generic function "setType" of fPortfolio.
setGeneric("setType<-", function(object, value)
standardGeneric("setType<-"))
#Returns
Fehler in makeGeneric(name, fdef, fdeflt, group = group, valueClass =
valueClass, :
the formal arguments of the generic function for "setType<-" (object,
value) differ from those of the non-generic to be used as the default (spec,
value)
setReplaceMethod("setType", "PROBECLASS", function(object, value...
2008 Dec 22
2
... (dotMethods) and cbind/rbind: how to give the signature?
...ture
correct.
I tried
setGeneric ("cbind", signature = signature (...="...", deparse.level =
"integer"))
and
setGeneric ("cbind", signature = signature ("...", deparse.level = "integer"))
both give:
Fehler in makeGeneric(name, fdef, fdeflt, group = group, valueClass =
valueClass, :
Nicht-Argumente in der Signatur: integer
What is my mistake?
Thanks a lot for your help!
Claudia
> version
_
platform i486-pc-linux-gnu
arch i486
os...