search for: dygraph

Displaying 6 results from an estimated 6 matches for "dygraph".

Did you mean: dsgraph
2017 Oct 18
1
dygraphs, multiple graphs and shiny
Hi All: This is really getting into the weeds, but I am hoping someone will have a solution. I am trying to use dygrahs for R, within Shiny. The situation arises when I am combining a number of dygraphs into one plot. If I am just in an RNotebook, if you look at: https://stackoverflow.com/questions/30509866/for-loop-over-dygraph-does-not-work-in-r the solution to have the plot shown from a RNotebook is code like this: > library(dygraphs) > lungDeaths <- cbind(mdeaths, fdeaths) > r...
2016 Apr 11
1
[VC++ calling R] How to create a real-time interactive ticking time-series chart using dygraph via RInside?
...low.com/questions/11365857/real-time-auto-updating-incremental-plot-in-r/1#1 n=1000 df=data.frame(time=1:n,y=runif(n)) window=100 for(i in 1:(n?\window)) { flush.console() plot(df$time,df$y,type='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 ex...
2016 Apr 11
1
[VC++ calling R] How to create a real-time interactive ticking time-series chart using dygraph via RInside?
...low.com/questions/11365857/real-time-auto-updating-incremental-plot-in-r/1#1 n=1000 df=data.frame(time=1:n,y=runif(n)) window=100 for(i in 1:(n?\window)) { flush.console() plot(df$time,df$y,type='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 ex...
2017 Sep 27
1
need held in r coding.
...5 ) minorlandmarks_xts <- xts(dat$Close[dat$minorlandmarks==TRUE], order.by = dat$Date[dat$minorlandmarks==TRUE], frequency = 365 ) landmarkschart_data <- cbind(close_xts,fit_xts,majorlandmarks_xts,minorlandmarks_xts) Error:------------- order.by requires an appropriate time-based object dygraphs::dygraph(landmarkschart_data, xlab = "Time",ylab = "Price") %>% dySeries("..1",label = "Close", drawPoints = FALSE, strokeWidth = 1, color = "black") %>% dySeries("..2",label = "Fit", drawPoints = FALSE, strokeWidth...
2018 Jan 10
2
Information installation package sjPlot
...Ubunto 16.10 and I guess it is installing some dependencies. But it is taking more than 1.5 hours, is it possible? It has right now halted (hope momentarily) in installing the package 'rstan', particularly the file lang__grammars__statement_grammar_inst.o Other packages installed include: dygraphs, colourpicker, raster. Is it good or is something going wrong? Luca Get Outlook for Android<https://aka.ms/ghei36> [[alternative HTML version deleted]]
2018 Jan 11
0
Information installation package sjPlot
...is installing some dependencies. But it is taking more than 1.5 hours, > is it possible? > > It has right now halted (hope momentarily) in installing the package > 'rstan', particularly the file lang__grammars__statement_grammar_inst.o > > Other packages installed include: dygraphs, colourpicker, raster. > > Is it good or is something going wrong? > > Luca > > Get Outlook for Android<https://aka.ms/ghei36> > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org m...