1
vote
1answer
75 views

Highlight tiles with ggplot2 geom_tile() + geom_point()

I have the following plot that looks like: I'm trying to add points in another layer using according to the following code found here My data frame i'm importing looks like this: residue_id ...
2
votes
1answer
89 views

How to remove one outlier in ggplot2 facet point_plot that squash the rest of the data

I produced a faceted plot that I'm very satisfied with except for one issue. On a couple of the plots, one or two outliers completely ruin the graph. I could use y_lim function, but I'm using ...
1
vote
1answer
90 views

Two data series overlayed on the same bar chart/histogram

I'm using ggplot2 and I need to display two sets of data on the same histogram and need to distinguish between them. At the moment, I'm just setting the colour of each series to be 50% opacity so that ...
-2
votes
1answer
52 views

Multiple Column Plots in ggplot2 that are nearly identical

I have a .tsv file that looks like this MODEL CA_RMSD BB_RMSD ALL_ATOM s1 s2 s3 101_res_input 2.89 2.89 3.17 -84.37 -46.77 0.81 102_res_input 3.29 3.29 ...
0
votes
0answers
91 views

Understanding and plotting prediction bands with logarithmic scale y-axis in R

I am doing some scatter plots from rather large data sets and want to plot fitted lines and prediction bands. The y-axis should be log10 scale and outliers has not been removed yet. I am having great ...
-2
votes
1answer
86 views

Add more spacing to the x-axis discrete data in R

As you can see the spacing in between each of the items in X-axis is very squished. Is there a way to increase it? Merged Data Frame (https://dl.dropbox.com/u/81597211/Untitled.pdf) row.names ...
6
votes
1answer
197 views

Add a second legend in the plot in R

I got the default legend based on a factor of a column. I colored the x-axis based on a factor of another column. Can I add a legend for this x-axis color as well? Merged Data( ...
0
votes
1answer
46 views

Customizing Axis points in R

As you can see from the screenshot, the X-Axis points are all jumbled. Is there a way to make them appear vertically so that they can be read? And is there a way to specify the interval in the ...
0
votes
1answer
67 views

plot values against gaussian curve

I am new to R and statistics and am still understanding the basic concepts. I need to create a graph of all values in a column of matrix against a Gaussian curve. Below is the code #Generates a ...
2
votes
1answer
87 views

How do I plot a temporal cdf?

I have the following values: Day 1: X11 X12 X13 X14 X15 ... Day 2: X21 X22 X23 X24 X25 ... Day 3: X31 X32 X33 X34 X35 ... ... ... I can use the values of each day to plot a different CDF but is ...
0
votes
1answer
71 views

geom_boxplot IQR computation using grouping/cutting column

I want to use geom_boxplot() to display IQR on my data. If i have a grouping variable to compute stat by data bloc, i need to pre-compute a dataframe with ddply which contain all data (IQR, etc.) for ...
1
vote
1answer
199 views

ggplot2 plotmatrix with free scales

I use plotmatrix to find correlations in a data frame: # Reduce dataset to 1000 to make things run faster d <- diamonds[sample(nrow(diamonds), 1000),] plotmatrix(d[,-c(2:4)]) + ...
4
votes
1answer
639 views

How to shade a region under a curve using ggplot2 [duplicate]

Possible Duplicate: Shading a kernel density plot between two points. I've been trying to use ggplot2 to produce a plot similar to this R graphic: xv<-seq(0,4,0.01) ...
1
vote
1answer
116 views

Faceted qqplots with ggplot2

Say I have the following data: datapoints1 = data.frame(categ=c(rep(1, n), rep(2, n)), vals1=c(rt(n, 1, 2), rnorm(n, 3, 4))) datapoints2 = data.frame(categ=c(rep(1, n), rep(2, n)), vals2=c(rt(n, 5, ...
5
votes
1answer
317 views

ggplot2: How to have a different color of geom_vline()

I have this five (5) geom_vline() in my plot and I want them to have a different colors. Is there a way to do that? Here's my codes, library(ggplot2) x <- seq(-7, 8, length = 90) tvalues <- ...
3
votes
2answers
960 views

Two Color Scales for geom_line in ggplot2

I have a chart (code to replicate will be below) that has two lines (and points) of data that need to be color coded, then three sets of confidence intervals (lines) which need to have their own color ...
1
vote
3answers
2k views

Two Factor ANOVA Errorbar plot in R

We're teaching a stats class for biology students and trying to use R as the computing and data visualization platform. As much as possible, we'd like to avoid using extra packages and doing anything ...
5
votes
1answer
1k views

creating confidence area for normally distributed scatterplot in ggplot2 and R

I have some data, say (in reality, I have a large amount of data): x y 0.1 0.267 0.2 0.254 0.3 0.182 0.4 0.173 0.5 0.121 0.6 0.089 0.7 0.070 0.8 0.056 0.9 0.031 This data roughly follows a trend ...
4
votes
1answer
382 views

Multiple frequency lines on same graph where y is a character value

I'm trying to create a frequency plot of number of appearances of a graph type by year. I have played around with ggplot2 for a while, but I think this is over my head (I'm just getting started with ...
3
votes
1answer
400 views

How can I add a table to a graph?

I have created a dodged bar chart using the following commands: a = c(1,1,1,1,1,1,1,2,2,2,2,2,2,2) b = c("A","A","A","B","B","B","B","C","C","D","D","D","D","D") c = ...
2
votes
2answers
1k views

How do I plot a stacked bar with ggplot?

I have been going through the examples provided on this page, but for some reason unable to find the right way of doing this. I have some data like this: Group Member Percentage [1,] "1" ...
2
votes
2answers
696 views

How do I plot multiple ecdfs using ggplot?

I have some data formatted like the following: 2 2 2 1 2 1 2 1 2 1 2 1 2 2 2 1 2 1 2 1 2 2 2 2 2 ...
6
votes
2answers
936 views

Easiest way to create an irregular time series graph (R? GGPLOT? ITS?)

I'm a graphic designer who is trying to use R to create graphs that are too complicated for Excel. I'm specifically trying to create an irregular time series step chart. I've had no problems creating ...
8
votes
1answer
2k views

Changing whisker definition in geom_boxplot

Greetings! I'm trying to use ggplot2 / geom_boxplot to produce a boxplot where the whiskers are defined as the 5 and 95th percentile instead of 0.25 - 1.5 IQR / 0.75 + IQR and outliers from those new ...
2
votes
2answers
1k views

Adding summary information to a density plot created with ggplot

I have a density plot and I would like to add some summary information such as placing a line at the median and shading the 90% credible intervals (5th and 95th quantiles). Is there a way to do this ...
13
votes
1answer
1k views

Show standard devation using geom_smooth and ggplot

We have some data which represents many model runs under different scenarios. For a single scenario, we'd like to display the smoothed mean, with the filled areas representing standard deviation at a ...
2
votes
1answer
2k views

R ggplot2: using stat_summary (mean) and logaritmic scale

I have a bunch of measurements over time and I want to plot them in R. Here is a sample of my data. I've got 6 measurements for each of 4 time points: values <- c (1012.0, 1644.9, 837.0, 1200.9, ...
2
votes
2answers
360 views

Possibly inconsistent behavior in qplot()?

I'm trying to use qplot() to plot a simple time series as one might do using plot(). The x variable is as.POSIXlt and the y is just some continuous measurement. Here is the code with some brief ...
2
votes
2answers
1k views

R: How to remove outliers from a smoother in ggplot2?

I have the following data set that I am trying to plot with ggplot2, it is a time series of three experiments A1, B1 and C1 and each experiment had three replicates. I am trying to add a stat which ...
8
votes
3answers
2k views

How can I superimpose modified loess lines on a ggplot2 qplot?

Background Right now, I'm creating a multiple-predictor linear model and generating diagnostic plots to assess regression assumptions. (It's for a multiple regression analysis stats class that I'm ...
4
votes
3answers
3k views

Using ggplot2 how can I represent a dot and a line in the legend

Using ggplot2 I am plotting several functions and a series of points. I cannot figure out how to represent the points on the legend. I realize I need to use an aes() function, but I don't fully ...
3
votes
1answer
2k views

Is there a way to remove the border of the legend in ggplot2?

I'm using qplot to plot a function and I want to position the legend within the plot. I've used opts( legend.position = c(0.7,0.7) ) to move the legend where I want it to be. However there is a ...
5
votes
2answers
6k views

Plotting functions in R

Is there a way of overlaying a mathematical function on top of data using ggplot? ## add ggplot2 library(ggplot2) # function eq = function(x){x*x} # Data x = (1:50) y = ...
3
votes
5answers
2k views

Problem storing plot objects in a list in R

I asked this question yesterday about storing a plot within an object. I tried implementing the first approach (aware that I did not specify that I was using qplot() in my original question) and ...