Re: [R] Boxplot Fill Pattern

2012-03-08 Thread Gabriel Yospin
ga)) + geom_boxplot() + facet_wrap(~site, ncol = 7) + opts(axis.text.x=theme_text(angle=90, size = 8, hjust = 1)) + xlab("Species") + ylab(expression(paste('Basal Area Growth Increment (mm '^{2},')'))) On Thu, Mar 8, 2012 at 12:22 PM, R. Michael Weylandt < mi

[R] Boxplot Fill Pattern

2012-03-08 Thread Gabriel Yospin
Hello R Help! I would like to make a legible boxplot of tree growth rates for each of seven tree species at each of seven different sites. It's a lot of data to put on one figure, I know. I made a beautiful, interpretable figure using color, but my target journal can't deal with color figures. I c

Re: [R] Background Colors

2011-10-11 Thread Gabriel Yospin
(180,100,0,100,maxColorValue=255), rgb(250,125,0,100,maxColorValue=255), rgb(250,250,0,100,maxColorValue=255)), bty = "n") Thanks again for the help! - Gabe On Tue, Oct 11, 2011 at 11:39 AM, Jean V Adams wrote: > > Carlos Ortega wrote on 10/11/2011 11:30:46 A

[R] Background Colors

2011-10-11 Thread Gabriel Yospin
Hi R-Help - If I make a plot: numYears = 500 plot(x = c(1,numYears), y = c(200,300), xlab = "Time", ylab = "Vegetation Class", xlim = c(100,600), ylim = c(200,300), type="n") Is there a way to make different parts of the background for the plot different colors? For example, I'd like to have th

[R] Plotting Ellipses and Points of Matching Colors in an Ordination

2011-08-09 Thread Gabriel Yospin
Hello, R-Help - I am trying to plot the results of an ordination from package vegan. The tricky part for me right now is getting the colors of the ellipses denoting the 95% confidence intervals of the group centroids to match the colors of the points for those same groups. >From and earlier post,

[R] Aggregate and select mode

2010-03-15 Thread Gabriel Yospin
cause there are multiple modes of v2 for many values of v1. My database is also rather large (~700,000 rows), and I'm wondering if there is a faster way to get R to process these data. Thank you for your help and consideration, Gabriel Yospin Center for Ecology and Evolutionary Biology Univers