Hello, when I tried to create 3D graph from attached file (at first: columns 1, 2, and 3 (longitude, latitude, altitude), then columns 1, 2 and 4 , then the same for column 5 etc) using Akima library for 3D interpolation (the data are neither equidistant nor regularly distributed), the console crashed by SIGABRT fault response. Do you know what is the main problem? Otherwise, can you advise me the correct routine to create contour and XYZ graph? All history is in the attached files (extension .R), original data in the .txt file. Many thanks, Tomas Bayer , , / \ ((__-^^-,-^^-__)) `-_---' `---_-' `--|o` 'o|--' \ ` / ): :( :o_o: "-" GNU's Not Unix! ------------- dal?? ??st --------------- An embedded and charset-unspecified text was scrubbed... Name: P1-4_GEM2011LS.txt URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120418/de48d077/attachment.txt>
Duncan Murdoch
2012-Apr-18 12:28 UTC
[R] R - fault creating a 3D and contour graph (SIGABRT)
On 12-04-18 4:12 AM, Tomas Bayer wrote:> Hello, > when I tried to create 3D graph from attached file (at first: columns 1, > 2, and 3 (longitude, latitude, altitude), then columns 1, 2 and 4 , then > the same for column 5 etc) using Akima library for 3D interpolation (the > data are neither equidistant nor regularly distributed), the console > crashed by SIGABRT fault response. > Do you know what is the main problem? Otherwise, can you advise me the > correct routine to create contour and XYZ graph? All history is in the > attached files (extension .R), original data in the .txt file.It's good to make the data available, but you should also post the code you used, so people can try what you did. Duncan Murdoch> > Many thanks, > > Tomas Bayer > , , > / \ > ((__-^^-,-^^-__)) > `-_---' `---_-' > `--|o` 'o|--' > \ ` / > ): :( > :o_o: > "-" > GNU's Not Unix! > > > > ______________________________________________ > R-help at 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.