gwr.write {GWmodel} | R Documentation |
Write the GWR results into files
Description
This function writes the calibration result of function gwr.basic to a text file and shape files
Usage
gwr.write(x,fn="GWRresults")
gwr.write.shp(x,fn="GWRresults")
Arguments
x |
an object of class “gwrm”, returned by the function gwr.basic |
fn |
file name for the written results, by default the output files can be found in the working directory, “GWRresults.txt”, “GWRresults(.shp, .shx, .dbf)” |
Note
The projection file is missing for the writen shapefiles.
The functions “writeGWR” and “writeGWR.shp” (in the early versions of GWmodel) have been renamed respectively as “gwr.write” and “gwr.write.shp”, while the old names are still kept valid.
Author(s)
Binbin Lu binbinlu@whu.edu.cn
[Package GWmodel version 2.3-3 Index]