Re: [R] Polygon question

2011-06-17 Thread Greg Snow
Center Intermountain Healthcare greg.s...@imail.org 801.408.8111 > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of Muhammad Rahiz > Sent: Thursday, June 16, 2011 3:35 PM > To: x.r-help > Subject: [R] Polyg

Re: [R] Polygon question

2011-06-17 Thread Uwe Ligges
Well you need to recalculate the x values and need to interpolate for the position where you lines cross the m lines Uwe Ligges On 16.06.2011 23:35, Muhammad Rahiz wrote: Hi all, I have the following script which fills the values which are less than the mean of a given timeseries. If

[R] Polygon question

2011-06-16 Thread Muhammad Rahiz
Hi all, I have the following script which fills the values which are less than the mean of a given timeseries. If you look closely, the colored regions are "out of line". Any suggestions how I can rectify this? Thanks Muhammad # - #rm(list=ls()) x <- abs(rnorm(100)) tt <- 1:100 m <- m