db.write {RGeostats} | R Documentation |
Write a Db into an ASCII file (RGeostats format)
db.write(db, filename="db.ascii", must.noproj=TRUE, nogrid= FALSE, flag.calcul = TRUE, 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. |
flag.calcul |
This option is limited to the case of a Grid File. When TRUE, the data information is printed. Otherwise, only the grid characteristics are printed out. |
verbose |
Set to 1 for a verbose output |
Not used