[R] peak finding

2008-03-24 Thread Research Scholar
Hi all Is there a function that can find the start and end position of peaks in a set of numbers. eg. x=c(14,15,12,11,12,13,14,15,16,15,14,13,12,11,14,12) y=somefunction(x) y 4 14 Thanks John [[alternative HTML version deleted]] __

Re: [R] peak finding

2008-03-24 Thread Research Scholar
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Research Scholar Sent: Tuesday, 25 March 2008 12:54 PM To: r-help@r-project.org Subject: [R] peak finding Hi all Is there a function that can find the start and end position of peaks in a set of numbers. eg. x - c

[R] linear discriminant analysis / search

2008-03-06 Thread Research Scholar
Dear R help list, I have a training dataset that looks like Table1. I have an unknown dataset that looks like Table2. I want to have a program that should search the training dataset and identify that the unknown sample belongs to which category (type1, type2 or type3) and also if the unknown

[R] linear discriminant analysis

2008-03-06 Thread Research Scholar
Dear R help list, I have a training dataset that looks like Table1. I have an unknown dataset that looks like Table2. I want to have a program that should search the training dataset and identify that the unknown sample belongs to which category (type1, type2 or type3) and also if the unknown

Re: [R] Object Oriented programming in R

2008-03-06 Thread Research Scholar
You can try this good resource http://www1.maths.lth.se/help/R/R.oo/ RS On Thu, Mar 6, 2008 at 9:30 PM, Davood Tofighi [EMAIL PROTECTED] wrote: Dear all, I was wondering if there a guide/tutorial to the object oriented programming in R for the beginners. Thanks, -- Davood Tofighi