search for: allmethods

Displaying 5 results from an estimated 5 matches for "allmethods".

2002 May 22
1
signature match in setMethod (PR#1592)
Full_Name: Tim Keitt Version: 1.5 OS: Linux Submission from: (NULL) (128.227.201.237) The function "setMethod" makes the following call to "insertMethod": allMethods <- insertMethod(allMethods, signature, fnames[1:length(signature)], asMethodDefinition(definition, signature)) If I understand insertMethod correctly, the third argument should be the names of the formal arguments of the method. However, this fails if the signature is something like &q...
2009 Sep 09
1
Package that does not work until I re write the exactly the same code
...ongData") # Method Definition: # # function (Object, nbClusters = 2:6, nbRedrawing = 20, saveFreq = 100, # maxIt = 200, trajMinSize = 2, print.cal = FALSE, print.traj = FALSE, # imputationMethod = "copyMean", distance, power = 2, centerMethod = meanNA, # startingCond = "allMethods", distanceStartingCond = "euclidean", # ...) #{ # nbIdFull <- nrow(Object["traj"]) # ...... [[[The full code is available below]]] # } # <environment: namespace:kml> # #Signatures: # Object # target "ClusterizLongData" # defined &q...
2008 Aug 27
1
S4 coercion
...uot;%s\"", "(the first of the signatures shown will be used)\n%s\n"), fdef at generic, .sigLabel(classes), paste(" ", names(methods), collapse = "\n")), domain = NA, call. = FALSE) 10: .findInheritedMethods(signature, fdef, mtable = allmethods, table = mlist, useInherited = useInherited, verbose = verbose) 9: selectMethod("coerce", sig, optional = TRUE, c(from = TRUE, to = FALSE), fdef = coerceFun, mlist = coerceMethods) 8: as(obj, "integer") 7: isIdCurrent(con) 6: postgresqlQuickSQL(conn, statement, ......
2006 Oct 12
1
getMethods() not finding all methods
...t;ExpressionSet" defined "ExpressionSet" $exprSet Method Definition: function (object) featureNames(object) <environment: namespace:Biobase> Signatures: object target "exprSet" defined "exprSet" Slot "argument": object Slot "allMethods": $ExpressionSet Method Definition: function (object) { .Deprecated("featureNames") featureNames(object) } <environment: namespace:Biobase> Signatures: object target "ExpressionSet" defined "ExpressionSet" $exprSet Method Defini...
2011 May 04
1
Reference Classes: replacing '.self' with an .Rda image of '.self' from within a method? (was replacing '.self' with an .Rda image of '.self' from within a method?)
Sorry guys, but I chose a really stupid name before (no "reference classes"). Hope it's okay to re-post. Cheers, Janko >>> ORIGINAL MESSAGE <<< Dear list, Is it possible to update or reassign '.self' with an image of '.self' (e.g. a locally stored .Rda file) from within a method? I know that this might sound akward, but here's the use