search for: miscanthusyield

Displaying 2 results from an estimated 2 matches for "miscanthusyield".

2013 Apr 24
2
How to make a raster image in R from my own data set
...ll.packages("rgeos", dependencies=TRUE) library(rgeos) # geometry ops install.packages("spdep", dependencies=TRUE) library(spdep) # spatial dependence install.packages("pastecs", dependencies=TRUE) library(pastecs) pts<-read.table.url("https://www.betydb.org//miscanthusyield.csv", header=T, sep=",") proj4string(pts)=<- CRS("+proj=longlat +datum=WGS84") #--------------------------------------------------------------------------- Cheers, Kristi [[alternative HTML version deleted]]
2013 Apr 25
0
creating raster image in R
...l.packages("rgeos", dependencies=TRUE) library(rgeos) # geometry ops install.packages("spdep", dependencies=TRUE) library(spdep) # spatial dependence install.packages("pastecs", dependencies=TRUE) library(pastecs) pts<-read.table.url("https://www.betydb.org//miscanthusyield.csv", header=T, sep=",") proj4string(pts)=<- CRS("+proj=longlat +datum=WGS84") after that, what I am supposed to do for creating a raster map? any suggestions? #--------------------------------------------------------------------------- Cheers, Kristi [[alt...