Displaying 1 result from an estimated 1 matches for "knownloc".
Did you mean:
knownhos
2002 Mar 20
0
Question re:S4 classes and design; clashing classes?
...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:
setMethod("grandtour","ts",
function(x) {gt <- .JNew(org.orca.viz.grandtour)
gt$insertPipe(knownLocation,
.JNew(org.omegahat.compiler( new presentation
code in Java)))
gt$initData(x)})
While it looks like I'm answering my own question -- Duncan and John have provided all the technology I need t...