db.read.format {RGeostats} | R Documentation |
Load the contents of a specific file into a Db file
db.read.format(file, mode="bmp", db=NA, verbose = 0, xwell=0, ywell=0, cwell=1, radix = NA, modify.target = db.locmod())
file |
Name of the ASCII file containing the information according to a specific format |
mode |
Specific format which can be read:
|
db |
If provided, the contents of the file is added to the already
existing |
xwell,ywell,cwell |
Information used when reading data according to LAS format |
verbose |
Verbose option |
radix |
Name given to the new variable stored in the target Db. |
modify.target |
Decides whether or not the newly created variables will have their
locator defined or not. For more information, see |
A db-class
organized as a grid (or as a set of points for
the "LAS" format)