Thanks for the response.  I understand the data importing stuff, but what I
don't understand is how to use the ascii grid data as the basis for a
variogram plot (i.e. -9999 is no data values)

> dataA <- read.table("testData.txt", sep="\n")
> data(dataA)
Warning message:
Data set 'dataA' not found in: data(dataA)

Any suggestions would be much appreciated.

Cheers,

femke



----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: "femke" <[EMAIL PROTECTED]>
Sent: Tuesday, February 17, 2004 10:36 AM
Subject: Re: importing ascii grid in an interactive R session


> Hello Femke,
>
> just us the function
>
> read.table("file_name.txt", sep="\n")
>
> cheers
> Marta
>
> Mensaje citado por femke <[EMAIL PROTECTED]>:
>
> >
> > Hello list,
> >
> > Would someone kindly give me an example of how to go about importing an
ascii
> > grid file into an interactive R session.
> >
> > Thanks for your help,
> >
> > femke
>
>
>
>
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/

Reply via email to