Displaying 1 result from an estimated 1 matches for "archive20130725histogramapp".
2013 Jul 25
1
GGplot 2 – cannot get histogram and box plot axis to match.
...plot (though the function did help). Does anyone have a suggestion as to what I should do instead?
Background:
I am building a Shiny app that displays a histogram below a bar chart for a set of data that a user uploads to the app. If you want to see the app, go here http://spark.rstudio.com/jclow/Archive20130725HistogramApp/
To run the app, select ?Use Sample Data? , then select ?MPG.city? under choose a column, then finally select box plot.
Sample code:
Below is a snippet of my code to demonstrate the problems I have.
library(ggplot2)
#sample data from ggplot2
data(Cars93, package = "MASS")
dataSet <...