grasp.export {grasper}R Documentation

Export data as a point file

Description

Export data as a point file readable with for instance Arcview

Usage

grasp.export(var = gr.predmat)

Arguments

var Dataframe to export. As default: gr.predmat generated by grasp.pred

Details

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.

Author(s)

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.

See Also

grasp.pred and grasp.ascii


[Package grasper version 0.4-4 Index]