surfaceBase: Assign as base raster

Description Usage Arguments Details Value Note Author(s) Examples

Description

The input raster defines the resolution for all outputs modeled at the land surface. Conversion of the raster to the matrix format used by other simulation functions also occurs.

Usage

1
surfaceBase(rBase)

Arguments

rBase

The input raster with desired resolution and spatial extent.

Details

Do not change the names of items included in the list; these will be used for other functionality.

Value

A list with the raster data as a matrix and spatial extent object.

Note

Edited by CDMartinez 28 June 16

Author(s)

Created by CDMartinez 28 June 16

Examples

1
2
3
4
5
6
7
library(raster)
rLogo = raster(system.file("external/rlogo.grd", package="raster"))
plot(rLogo)
logoList = surfaceBase(rLogo)
summary(logoList)
logoList$rectBB
image(logoList$mBase)

madorning/energySim0.1.0 documentation built on May 22, 2019, 2:23 p.m.