- driver
- Character. Keyword of supported image formats. Allowed "ENVI" or "GDAL". 
- samples
- Integer. Number of image columns (samples) 
- lines
- Integer. Number of image rows (lines) 
- bands
- Integer. Number of image bands (channels, layers) 
- datatype
- Integer. Keyword for data type (4 - 32-bit floating point, 2 - 16-bit signed integer, etc) 
- interleave
- Character - "bsq",- "bil",- "bip". Data interleave - streams of bytes in storage.
 
- byteorder
- Integer, 0 or 1. The order of bytes. - byteorder=0less significant byte first,- byteorder=1most significant byte first
 
- endian
- Character. See - \dQuote{endian}argument in- readBinand- writeBin
 
- swap
- Integer 0 or 1. Passed to C-funcions - freadand- fwrite
 
- signed
- Logical. Derived from - $datatype
 
- offset
- Integer. Header offset in binary file. Default is 0. 
- wkt
- Logical. In ENVI Header files - wkt=TRUEforced to use “coordinate system string” field instead of “projection info” field
 
- nodata
- Numeric. Replacement - NAvalues in the storage.
 
- mode
- Character. - storage.modeof data
 
- sizeof
- Integer, positive. Size in bytes for stored values. Extracted from - $datatype
 
- indexC
- Integer vector. Sample indices in spatial cropping. 
- indexR
- Integer vector. Line indices in spatial cropping. 
- indexZ
- Integer vector. Band indices 
- posC
- Integer vector. Sample indices in partial reading. 
- posR
- Integer vector. Line indices in partial reading. 
- posZ
- Integer vector. Band indices in spatial crottping or partial reading. 
- fname
- Character. File name. If - driver=ENVI, then full path for ENVI binary file.
 
- connection
- Character. See - connections
 
- compress
- Signed integer. - 0Lno compressing,- -1Lcomressed file plus decompressed file,- -2Ldecompressed file,- 1L- file will be compressed.
 
- seek
- Logical. Does connection support - seek?
 
- handle
- connectionsin fact