What I mean is, I have a data set consisting of 3 columns x, y, z. X, Y represent the location and Z represents depth. X, Y stay the same at some locations but z changes. Because X, Y don't change at some locations, I cannot convert to raster.
I need to create a .grd file so that the fault can be viewed in a 3-d program like Arcscene. On Sunday, June 23, 2013, David Winsemius wrote: > > On Jun 23, 2013, at 1:50 PM, Shane Carey wrote: > > > Hi, > > > > I have a 3-d geology problem. I have an xyz fault data set. I am able to > > view the data set in R using plot3-d > > That cannot be a function name, since it is invalid syntax. > > > but cannot create a raster from it. I > > need to create a raster and export so that it can be read in arcscene. > Can > > anybody help? > > "Create a raster"? You could try to be more vague, but it would be > difficult. If you mean a png-formatted screenshot of something you are > seeing on an rinteractive device, then: > > ?rgl.snapshot > > -- > > David Winsemius > Alameda, CA, USA > > -- Shane [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.