search for: grandtour

Displaying 3 results from an estimated 3 matches for "grandtour".

2002 Mar 20
0
Question re:S4 classes and design; clashing classes?
...is clear.) I'm not sure. I think that what I'm trying to do is to explore the possibility of systems integration at the user-level. So, what I'd like is to be able to do is more like (note that this is a fake example, while the components are there, it isn't quite there yet): grandTour(x) setMethod("grandtour","matrix", function(x) { gt <- .JNew(org.orca.viz.grandtour) gt$initData(x)}) Note that the grandtour class is a pipeline of lots of things. So, I'd like to do something similar with time series, so that: setM...
2002 Mar 19
1
Question re:S4 classes and design; clashing classes?
...or this. However, I'm having a heck of a time wrapping my head around the proper design for this. Here is the general issue: For "normal data objects" with standard data views (i.e. class of grand tours, etc), I can simply setMethod on the standard data views, i.e. setMethod("grandtour","dataframe", ...) # standard unstructured grand tour setMethod("grandtour","Surv", ... ) # tour, restricting temporal data, # handling survival etc. I'm fine on this, and have an acceptable sense of what I'...
2002 Mar 30
0
First sample release of the R-Orca package.
For all those few of you who care about weird statistical visualization software, I've finally made available a "test" release for R-Orca. There are examples of a 2-d variable selection plot (i.e. 2-d straight projection, with selection of the 2 variables to view), a GrandTour plot, and a Simplicial data plot. The points of interest are the ability to brush and select from the command line, etc. Requires Duncan's recent SJava for "stability" under Linux, I've heard reports that it has always been stable under Microsoft Windows. I don't have a Mac...