search for: dygraphs

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

Did you mean: dsgraphs
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) > re...
2016 Apr 11
1
[VC++ calling R] How to create a real-time interactive ticking time-series chart using dygraph via RInside?
Hi all, I am trying to figure out how to do this in R and I need your help. My journey started from something like the following: http://stackoverflow.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) }
2016 Apr 11
1
[VC++ calling R] How to create a real-time interactive ticking time-series chart using dygraph via RInside?
Hi all, I am trying to figure out how to do this in R and I need your help. My journey started from something like the following: http://stackoverflow.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) }
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 ma...