expos_summarize | R Documentation |
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.
expos_summarize(filename, lat_long = NULL, console = TRUE, exp_path = NULL)
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 |
a string containing summary information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.