rcharts Questions

1

Solved

I came along with this problem, that rCharts plot won't show in my shiny app. I found this example which perfectly suits my needs. Even though this chart works perfectly while just plotting in R, i...
Denesedengue asked 13/2, 2014 at 15:33

1

I am exploriing rCharts. I got stuck while adding Lables to Y axis and Headings. I am new to rCharts. This is my sample code require(rCharts) n2 <- nPlot(Hours ~ Month, group = "Task", data =...
Immortality asked 2/12, 2013 at 18:4

1

I'm trying to plot some path/connection based maps but am unable to figure out how. I see a lot of possibilities for one point based metrics (crime hotspots in London, etc. with googleVis, ggmap, ...
Larimore asked 27/10, 2013 at 17:26

2

Solved

I am trying to plot a rChart in a shiny application and run this via Rstudio server. When I run the app the shiny page gives the error: attempt to apply non-function and the RChart opens in a new b...
Singularity asked 28/10, 2013 at 12:21

1

Solved

I've been playing with rCharts and nvd3 for a bit of time now. Now I'm in a situation where I need a bubble chart, or at least a scatterplot where the size of the dots is dependent on a variable in...
Bothersome asked 17/10, 2013 at 8:0

1

Solved

I am currently using nPlot from rCharts package and how do I add $ signs to the y Axis? I am thinking I need something like n1$yAxis(labels = ...) but I don't think nPlot supports this? test <...
Ru asked 8/10, 2013 at 5:9

2

Solved

I have a shiny application consisting of three files. server.R, ui.R and the file to launch the application with require(shiny) require(rCharts) runApp("shinyApp") The application starts, but th...
Adventuresome asked 1/10, 2013 at 16:47

1

Does any of the packaged charting frameworks in rCharts support making a time series plot of two series with different y axis? In the case has anyone an example to share? I have looked at the docu...
Esqueda asked 30/8, 2013 at 14:42

1

Solved

Recently I have been experimenting with slidify and rCharts. Tutorials for generating simple charts while using slidify are explanatory, but I was unable to find any such tutorial regarding rCharts...
Waterline asked 22/8, 2013 at 21:18

1

Solved

I am using the rCharts nPlot() function to display stacked or grouped bar charts given contingency table type data. The "multiBarChart" is displayed in a shiny application. A piece of the code that...
Abdominal asked 26/7, 2013 at 13:46

1

Solved

I have the following problem; I am using the rCharts wrapper around NVD3 to produce a simple line chart. I wish to modify the default tootip behavior. Using the NVD3 library I have been able to do ...
Ovoviviparous asked 8/7, 2013 at 10:20

© 2022 - 2024 — McMap. All rights reserved.