Displaying 1 result from an estimated 1 matches for "componentpip".
Did you mean:
componentpipe
2002 Mar 20
0
Question re:S4 classes and design; clashing classes?
...e(TimeSeriesDisplayPipe))
i.e. something like: subclass the grandtour, replacing the finalDisplay pipe to be a TimeSeriesDisplayPipe
Note that Orca examples do look sort of functional-like (since we construct DAGs for the visualization pipeline). So this would just mean that we need to replace a componentPipe (or insert a new componentPipe between two others).
Now, for a part that is incomplete for me; I still need to think through what I want with:
y <- grandtour(as.matrix(x))
Here, y will be the link to the grandtour, to the original data, and to any subsetted data pieces.
So, while I could le...