search for: listofmethod

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

Did you mean: listofmethods
2010 May 20
1
getSubClasses()?
Hi,   Is there a built in function that returns a character vector of all subclasses of a given superclass? showClass(Class = "SomeClass") contains the info that I want, but I don't know how to access it. getSubClasses <- function(superClass) return(setdiff(getClasses(.GlobalEnv), superClass)) wíll only work if the global enviroment isn;t filled with other class definitions.
2011 Mar 04
1
Extending type list: names and inherited methods issue
Hi, I want to extend the type list, but it looks like the names are not handled properly (in the show method), not the [ method. See below for code example. I imagine this comes from the S3/S4 mixing, but I would like to understand and the recommended work around (that avoid redefining all the list methods [, $, etc...). Thank you. Bests, Renaud # define S4 class that inherits from list
2010 Apr 22
2
R2.11.0 - rasterImage() and barplot fill-patterns
...onversion to text now uses the first part of \enc{}{} > markup if it is representable in the current output encoding. > On the other hand, conversion to LaTeX with the default > outputEncoding = "ASCII" uses the second part. > > o A new class "listOfMethods" has been introduced to represent > the methods in a methods table, to replace the deprecated > class "MethodsList". > > o any() and all() return early if possible. This may speed up > operations on long vectors. > > o strptime()...
2010 Apr 22
0
R 2.11.0 is released
...ons. o Help conversion to text now uses the first part of \enc{}{} markup if it is representable in the current output encoding. On the other hand, conversion to LaTeX with the default outputEncoding = "ASCII" uses the second part. o A new class "listOfMethods" has been introduced to represent the methods in a methods table, to replace the deprecated class "MethodsList". o any() and all() return early if possible. This may speed up operations on long vectors. o strptime() now accepts "%z" (...
2010 Apr 22
0
R 2.11.0 is released
...ons. o Help conversion to text now uses the first part of \enc{}{} markup if it is representable in the current output encoding. On the other hand, conversion to LaTeX with the default outputEncoding = "ASCII" uses the second part. o A new class "listOfMethods" has been introduced to represent the methods in a methods table, to replace the deprecated class "MethodsList". o any() and all() return early if possible. This may speed up operations on long vectors. o strptime() now accepts "%z" (...