Re: [R] Calculating euclidean distance in R

2013-09-27 Thread Upton, Stephen (Steve) (CIV)
?read.csv to read your data in, then ?dist to calculate distances. steve -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Debasish Sahu Sent: Friday, September 27, 2013 12:26 AM To: r-help@r-project.org Subject: [R] Calculating eu

Re: [R] Calculating euclidean distance in R

2013-09-26 Thread Bert Gunter
Have you read the Intoduction to R or other online tutorials to learn how R works before posting here? If not, please do so. -- Cheers, Bert On Thu, Sep 26, 2013 at 9:26 PM, Debasish Sahu wrote: > Hello, > I am quite new to R.(in fact for the first time I am using) > So forgive me if I have as