Displaying 6 results from an estimated 6 matches for "getsubclass".
Did you mean:
getsubclasses
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.
I've seen functions that somewhat resemble it, but are not quite the same. Thanks in advance!
Cheers!!
Albert-Jan
~~~~~~~~~~~~~~...
2008 Oct 20
2
R 2.8.0 is released
...font=5 (base) or fontface=5 (grid) instead.
o gammaCody() is defunct.
o par("gamma") is defunct.
o 'methods' package functions getAccess(), getAllMethods(),
getClassName(), getClassPackage(), getExtends(),
getProperties(), getPrototype(), getSubclasses, getVirtual(),
mlistMetaName(), removeMethodsObject() and seemsS4Object() are
defunct.
o Use of a non-integer .Random.seed is now an error. (R itself
has never generated such values, but user code has, and
R >= 2.6.0 has given a warning.)
o method...
2008 Oct 20
2
R 2.8.0 is released
...font=5 (base) or fontface=5 (grid) instead.
o gammaCody() is defunct.
o par("gamma") is defunct.
o 'methods' package functions getAccess(), getAllMethods(),
getClassName(), getClassPackage(), getExtends(),
getProperties(), getPrototype(), getSubclasses, getVirtual(),
mlistMetaName(), removeMethodsObject() and seemsS4Object() are
defunct.
o Use of a non-integer .Random.seed is now an error. (R itself
has never generated such values, but user code has, and
R >= 2.6.0 has given a warning.)
o method...
2020 Apr 24
0
R 4.0.0 is released
....20-8.31 has been removed.
* Defunct functions mem.limits(), .readRDS(),
.saveRDS(),..find.package(), and .path.package() from package
base and allGenerics(), getAccess(), getAllMethods(),
getClassName(), getClassPackage(), getExtends(), getProperties(),
getPrototype(), getSubclasses(), getVirtual(), mlistMetaName(),
removeMethodsObject(), seemsS4Object(), traceOff(), and traceOn()
from methods have been removed.
C-LEVEL FACILITIES:
* installChar is now remapped in Rinternals.h to installTrChar, of
which it has been a wrapper since R 3.6.0. Neither...
2020 Apr 24
0
R 4.0.0 is released
....20-8.31 has been removed.
* Defunct functions mem.limits(), .readRDS(),
.saveRDS(),..find.package(), and .path.package() from package
base and allGenerics(), getAccess(), getAllMethods(),
getClassName(), getClassPackage(), getExtends(), getProperties(),
getPrototype(), getSubclasses(), getVirtual(), mlistMetaName(),
removeMethodsObject(), seemsS4Object(), traceOff(), and traceOn()
from methods have been removed.
C-LEVEL FACILITIES:
* installChar is now remapped in Rinternals.h to installTrChar, of
which it has been a wrapper since R 3.6.0. Neither...
2020 Apr 24
0
R 4.0.0 is released
....20-8.31 has been removed.
* Defunct functions mem.limits(), .readRDS(),
.saveRDS(),..find.package(), and .path.package() from package
base and allGenerics(), getAccess(), getAllMethods(),
getClassName(), getClassPackage(), getExtends(), getProperties(),
getPrototype(), getSubclasses(), getVirtual(), mlistMetaName(),
removeMethodsObject(), seemsS4Object(), traceOff(), and traceOn()
from methods have been removed.
C-LEVEL FACILITIES:
* installChar is now remapped in Rinternals.h to installTrChar, of
which it has been a wrapper since R 3.6.0. Neither...