expos_summarize {ExposR}R Documentation

Summarizing Functions

Description

expos_summarize displays summary information for a specified raster file, including the number of rows and columns, spatial extent, cell height and width, and minimum and maximum value. The user can specify if coordinates are lat/long; otherwise lat/long is assumed if X values are between -180 and 180 and Y values are between -90 and 90.

Usage

expos_summarize(filename, lat_long = NULL, console = TRUE, exp_path = NULL)

Arguments

filename

name of input raster file

lat_long

whether coordinate system is latitude/longitude

console

whether to display results in console

exp_path

path for current set of model runs

Value

a string containing summary information


[Package ExposR version 1.1 Index]