Re: [R] Legend Truncated Using filled.contour

2012-10-09 Thread Kirsten Simmons
This worked perfectly, thank you! (Sorry for the delay, was traveling and didn't get a chance to test it until now.) Kirsten On Oct 4, 2012, at 1:30 PM, David Winsemius wrote: > > On Oct 3, 2012, at 12:58 PM, Kirsten wrote: > >> Hey everyone, >> >> I'm working on a contour plot depicting a

Re: [R] Legend Truncated Using filled.contour

2012-10-04 Thread David Winsemius
On Oct 3, 2012, at 12:58 PM, Kirsten wrote: > Hey everyone, > > I'm working on a contour plot depicting asymptomatic prevalence at varying > durations of infectiousness and force of infection. I've been able to work > everything out except for this one - my legend title keeps getting cut off.

Re: [R] Legend Truncated Using filled.contour

2012-10-03 Thread K Simmons
Data attached - didn't realize I could do that last night. Here's the data inport piece of my code, change the pathname to your computer. asym<-read.csv('/Users/kirstensimmons/Desktop/Asym04.csv') asym #put the data into a data matrix asym_matrix<-data.matrix(asym) On Thu, Oct 4, 2012 at 6:35

Re: [R] Legend Truncated Using filled.contour

2012-10-03 Thread David Winsemius
On Oct 3, 2012, at 12:58 PM, Kirsten wrote: > Hey everyone, > > I'm working on a contour plot depicting asymptomatic prevalence at varying > durations of infectiousness and force of infection. I've been able to work > everything out except for this one - my legend title keeps getting cut off.

[R] Legend Truncated Using filled.contour

2012-10-03 Thread Kirsten
Hey everyone, I'm working on a contour plot depicting asymptomatic prevalence at varying durations of infectiousness and force of infection. I've been able to work everything out except for this one - my legend title keeps getting cut off. Here's what I have: filled.contour(x=seq(2,30,length.ou