Learn R Programming

terra (version 0.3-1)

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

Description

Class and methods for showing and setting options.

Usage

terraOptions(...)

Arguments

...

Additonal arguments. Use to set options. When empty, the current options are shown

Examples

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

Run the code above in your browser using DataLab