> Sent: Tuesday, December 29, 2015 9:12 PM
> To: PIKAL Petr
> Cc: r-help@r-project.org
> Subject: RE: [R] need for help for solving operations in a vector
>
>
> Hi Petr
> I do thé calculation left as follows
>
> Irrig=qWC1
> Irrig [Irrig>HM]=-1
> Irrig[Irrig>0]
PIKAL Petr
Cc: r-help@r-project.org
Subject: RE: [R] need for help for solving operations in a vector
Hi Petr
I do thé calculation left as follows
Irrig=qWC1
Irrig [Irrig>HM]=-1
Irrig[Irrig>0]=0
Irrig.tot=-Irrig*6.123 #6.123 is the hydraulic conductivity at saturation
And I got the v
robably will not get 100% correct answer.
>
> Cheers
> Petr
>
>
>
> > -Original Message-
> > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Makram
> > Belhaj Fraj
> > Sent: Wednesday, December 23, 2015 8:35 AM
> > To: r-help@
t(tint, qWC1,col=(qWC1>HM)+1, pch=19)
>
>
>
> You can see which values are considered as belonging to the peak when you
> are changing the threshold.
>
>
>
> However this simple approach works only if you have only one peak in your
> data.
>
>
>
> Chee
om]
Sent: Tuesday, December 29, 2015 12:33 PM
To: PIKAL Petr
Cc: r-help@r-project.org
Subject: Re: [R] need for help for solving operations in a vector
Hi Petr
I runned the code you gave me as following, and I am adjusting for the
threshold as suggested,
sss<-smooth.spline(qWC1, tint, nknots=le
rown", ylim = c(min(0), max(15)))
>>
>> temp<-irrig<1.01 #logical command to identify low values into a
>> temporary vector temp
>>
>> temp2<-as.numeric(irrig>1.01) #logical command to identify high
>> values with 1
>>
>> temp2
&g
53L, 1397L, 1163L, 972L,
>
> 854L, 775L, 648L, 695L, 616L, 553L, 554L, 509L, 530L, 483L, 482L,
>
> 406L, 451L, 422L, 403L, 393L, 396L, 348L, 367L, 428L, 345L, 384L,
>
> 330L, 342L, 312L, 313L, 323L, 328L, 340L, 322L, 330L, 305L, 311L
>
> )), .Names = c("theta", "int&quo
42L, 312L, 313L, 323L, 328L, 340L, 322L, 330L, 305L, 311L
)), .Names = c("theta", "int"), row.names = 100:200, class = "data.frame")
>
Cheers
Petr
From: Makram Belhaj Fraj [mailto:belhajfraj.mak...@gmail.com]
Sent: Tuesday, December 29, 2015 5:54 AM
To: PIKAL Pet
100% correct answer.
Cheers
Petr
> -Original Message-
> From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Makram
> Belhaj Fraj
> Sent: Wednesday, December 23, 2015 8:35 AM
> To: r-help@r-project.org; r-help-ow...@r-project.org
> Subject: [R] need for help for so
I think that the rle() function may help you to tackle the problem in a more
general way.
https://stat.ethz.ch/R-manual/R-devel/library/base/html/rle.html
Using William's suggested series:
x <- c(2,2,3,4,4,4,4,5,5,5,3,1,1,0,0,0,1,1,1)
> x
[1] 2 2 3 4 4 4 4 5 5 5 3 1 1 0 0 0 1 1 1
rle.x <- rle
What answer do you want for the following data?
x <- c(2,2,3,4,4,4,4,5,5,5,3,1,1,0,0,0,1,1,1)
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Tue, Dec 22, 2015 at 11:34 PM, Makram Belhaj Fraj <
belhajfraj.mak...@gmail.com> wrote:
> Dear colleagues
> i need your generous help to solve the fo
ssage-
From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Makram Belhaj
Fraj
Sent: Wednesday, December 23, 2015 1:35 AM
To: r-help@r-project.org; r-help-ow...@r-project.org
Subject: [R] need for help for solving operations in a vector
Dear colleagues
i need your generous help to solv
Dear colleagues
i need your generous help to solve the following problem
I have a soil moisture time series qWC1 (61 values)
> qWC1
75.6 75.20617 75.20617 74.95275 74.95275 74.70059 74.70059 74.70059
74.57498 74.44968 74.32469 74.07563 85.57237 90.40123 90.73760 90.73760
90.73760 90.73760
p-boun...@r-project.org [mailto:r-help-bounces@r-
> project.org] On Behalf Of abeer al-sheikh
> Sent: Tuesday, February 11, 2014 9:28 AM
> To: r-help@r-project.org
> Subject: [R] need for help!
>
> good morning you.. i'm in a baad need for help in a causality test an
> coint
good morning you.. i'm in a baad need for help in a causality test an
cointegration between two time series in r programming language ..i'll be very
thankful if you could help me..
[[alternative HTML version deleted]]
15 matches
Mail list logo