constant.define {RGeoS} | R Documentation |
Define the constants for this package
Description
Define a variety of constant values used by this package.
Usage
constant.define(name, ival=0, flag.update=TRUE)
Arguments
name |
Name of the constant to be define
"ntcar" : Number of characters in the printout
"ntdec" : Number of decimal digits in the printout
"ntrow" : Maximum number of rows in table printout
"ntcol" : Maximum number of columns in table printout
|
ival |
Integer value assigned to this constant
|
flag.update |
When TRUE, the Environment File is updated.
|
See Also
constant.query
,
environ.print
[Package
RGeoS version 9.1.1
Index]