grasp.ascii {grasper}R Documentation

Export data as an ascii grid file

Description

Export data as ascii grid file that can be directly imported as a grid in Arcview for instance

Usage

grasp.ascii(gr.Yi, var, resolution)

Arguments

gr.Yi Selected responses to be used in the form of a vector with column numbers
var Dataframe to export. As default gr.predmat generated by grasp.pred()
resolution Output grid resolution, 1000 as default

Details

This function exports the result of prediction as a ascii grid file. It can then be directly imported in Arcview for instance. The filename is generated automatically and with pred, an underscore and the name of the variable Y you export, with the asc 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.export


[Package grasper version 0.4-4 Index]