Displaying 2 results from an estimated 2 matches for "user2009rcpprinside".
2016 Apr 11
1
[VC++ calling R] How to create a real-time interactive ticking time-series chart using dygraph via RInside?
...;l',xlim=c(i,i+window))
Sys.sleep(.09)
}
Then I wanted to make it nicer looking so I went to dygraph.
And then, I would like to be able to live send tick data from within Visual C++ so I started to investigate RInside.
Following the example code here:
http://dirk.eddelbuettel.com/papers/useR2009RcppRInside.pdf
I can open an RInside object in VC++, and then send some data to it, and then execute some command in it, and then get data back.
It is really great.
However, is there a way to have the real-time updating ticking plots to be drawn on dygraph inside RInside?
It turns out the dygraph pack...
2016 Apr 11
1
[VC++ calling R] How to create a real-time interactive ticking time-series chart using dygraph via RInside?
...;l',xlim=c(i,i+window))
Sys.sleep(.09)
}
Then I wanted to make it nicer looking so I went to dygraph.
And then, I would like to be able to live send tick data from within Visual C++ so I started to investigate RInside.
Following the example code here:
http://dirk.eddelbuettel.com/papers/useR2009RcppRInside.pdf
I can open an RInside object in VC++, and then send some data to it, and then execute some command in it, and then get data back.
It is really great.
However, is there a way to have the real-time updating ticking plots to be drawn on dygraph inside RInside?
It turns out the dygraph pack...