Displaying 3 results from an estimated 3 matches for "classestoam".
2009 Apr 18
1
bug in classesToAM()
...he non-abbreviated class names of the
rows and the cols of the Adjacency Matrix:
setClass("ClassWithALongName")
setClass("SubclassOfClassWithALongName",
contains="ClassWithALongName")
Trying all possible values for 'abbreviate' (with R-2.9.0):
> classesToAM("SubclassOfClassWithALongName", abbreviate=0)
SubclassOfClassWithALongName ClassWithALongName
SOCW 0 1
CWAL 0 0
> classesToAM("SubclassOfClassWithALongName", abbreviate=1)...
2009 Apr 17
0
R 2.9.0 is released
...ructure.
o axis.POSIXct() now plots in the timezone marked for its inputs
(if any) rather than in the local time. The latter was a
deliberate choice, but is easy to select by removing the
'tzone' attribute. (Suggestion of Dan Kelley.)
o A new function classesToAM() returns an adjacency matrix
representing the inheritance of the classes specified. Allows
better human examination of the patterns, e.g. by using the
matrix as input to one of the graph packages (see the
documentation).
o X11options(antialias = "none&q...
2009 Apr 17
0
R 2.9.0 is released
...ructure.
o axis.POSIXct() now plots in the timezone marked for its inputs
(if any) rather than in the local time. The latter was a
deliberate choice, but is easy to select by removing the
'tzone' attribute. (Suggestion of Dan Kelley.)
o A new function classesToAM() returns an adjacency matrix
representing the inheritance of the classes specified. Allows
better human examination of the patterns, e.g. by using the
matrix as input to one of the graph packages (see the
documentation).
o X11options(antialias = "none&q...