terra (version 0.3-7)

SpatOptions-class: Inspect of set general options for "terra"

Description

Class and methods for showing and setting options.

Usage

terraOptions(...)

Arguments

...

additional arguments. Can be use to set options (see examples). When empty, the current options are shown

Details

The following options are available.

memfrac - value between 0.1 and 0.8. The fraction of RAM that may be used by the program.

tempdir - directory where temporary files are written. The default what is returned by tempdir().

datatype - default data type. See writeRaster

filetype - default file type. See writeRaster

progress - non-negative integer. A progress bar is shown if the number of chunks in which the data is processed is larger than this number. No progress bar is shown if the value is zero

Examples

Run this code
# NOT RUN {
terraOptions()
#terraOptions(memfrac=0.5, tempdir = "c:/temp")
#terraOptions(progress=10)
#terraOptions()
# }

Run the code above in your browser using DataLab