Learn R Programming

rangr (version 1.0.8)

to_rast: Generic conversion to SpatRaster

Description

A generic method to convert simulation result objects into SpatRaster format.

Usage

to_rast(obj, ...)

Value

A SpatRaster or a list of such objects.

Arguments

obj

An object to convert.

...

Additional arguments passed to methods.

See Also

to_rast.sim_results()

Examples

Run this code
if (FALSE) {
to_rast(sim_results_object)
}

Run the code above in your browser using DataLab