db.write {RGeoS} | R Documentation |
Write a Db into an ASCII file
db.write(db, filename="db.ascii", must.noproj=TRUE, nogrid= FALSE, verbose = 0)
db |
The |
filename |
Name of the ASCII file which will be contain the information |
must.noproj |
When TRUE, the contents of the Db is written in the ASCII file without any translation, even if a projection is defined. |
nogrid |
When TRUE, the printout considers the information as a set of isolated points, even if the information is organized as a grid. As a consequence, the printout does not exhibit any grid organization; instead, each sample with printed together with its coordinates. |
verbose |
Set to 1 for a verbose output |
Not used