[Biomod-commits] discrepancies

Ashley Brooks ashleycbrooks84 at gmail.com
Thu Sep 16 15:31:58 CEST 2010


Hello,

Please forgive me for being slow at this and for having so many questions.
I sampled my climate data in arcgis and then imported the .dbf file into
R/Biomod to run.  Shown below are the commands I used to retrieve this
data.  Then I did a level.plot to see my data in R.  Attached are the images
of what I got from R and what I see in arcgis.  From what I can tell
everything is the same (the number of coulmns and rows in my dbf are the
same when viewed in R and in arcgis).  I guess I don't understand why they
look so different.  Again, sorry for all the questions, but any help or
advice or ideas would be most appreciated!

Thank you so much,
Ashley


 My.Data <- read.dbf("C:/Documents and Settings/New User/My
Documents/curoccdata.dbf")
> Coors <- read.dbf("C:/Documents and Settings/New User/My
Documents/Coors.dbf")
> head(My.Data)
          X        Y curbio1cli curbio2cli curbio7cli curbio12cl curbio15cl
1 -95.14583 49.35417         22        112        491        568         54
2 -95.10416 49.35417         22        112        491        570         54
3 -95.06250 49.35417         22        112        490        572         54
4 -95.02083 49.35417         22        111        491        573         54
5 -95.14583 49.31251         21        113        492        567         55
6 -95.10416 49.31251         22        113        492        567         55
  curbio17cl Occurance
1         60         0
2         60         0
3         60         0
4         60         0
5         57         0
6         57         0
> head(Coors)
          X        Y
1 -95.14583 49.35417
2 -95.10416 49.35417
3 -95.06250 49.35417
4 -95.02083 49.35417
5 -95.14583 49.31251
6 -95.10416 49.31251
> level.plot(My.Data[,5], Coors, title='var 3')
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/biomod-commits/attachments/20100916/a25c7879/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: var3.jpeg
Type: image/jpeg
Size: 27323 bytes
Desc: not available
URL: <http://lists.r-forge.r-project.org/pipermail/biomod-commits/attachments/20100916/a25c7879/attachment-0001.jpeg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: var3arcgis.jpg
Type: image/jpeg
Size: 89548 bytes
Desc: not available
URL: <http://lists.r-forge.r-project.org/pipermail/biomod-commits/attachments/20100916/a25c7879/attachment-0001.jpg>


More information about the Biomod-commits mailing list