grasp.export {grasper} | R Documentation |
Export data as a point file readable with for instance Arcview
grasp.export(var = gr.predmat)
var |
Dataframe to export. As default: gr.predmat generated by grasp.pred |
This function exports the result of prediction as a text file with index, coordinates and predictions with the first line containing the headers. It can then be openend in Arcview. The filename is generated automatically and with pred, an underscore and the name of the variable Y you export, with the .txt file extension.
Fabien Fivaz fabien.fivaz@bluewin.ch. Ported to R from GRASP http://www.cscf.ch/grasp/ for S-Plus written by A. Lehmann, J.R. Leathwich and J. McC Overton. Look at http://www.cscf.ch/grasp for details and update.