db.write {RGeoS}R Documentation

Write a Db into an ASCII file

Description

Write a Db into an ASCII file

Usage

db.write(db, filename="db.ascii", must.noproj=TRUE, nogrid= FALSE, verbose = 0)

Arguments

db

The db-class to be written

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

Value

Not used


[Package RGeoS version 9.1.1 Index]