gwr.write | R Documentation |
This function writes the calibration result of function gwr.basic to a text file and shape files
gwr.write(x,fn="GWRresults")
gwr.write.shp(x,fn="GWRresults")
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)” |
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.
Binbin Lu binbinlu@whu.edu.cn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.