expos_plot {ExposR}R Documentation

Plotting Functions

Description

expos_plot creates a plot of a raster file. 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. Optional arguments include plot title, horizontal units, vertical units, vector boundary files, and color palette.

Usage

expos_plot(
  filename,
  title = "",
  lat_long = NULL,
  h_units = "meters",
  v_units = "meters",
  vector = TRUE,
  colormap = "default",
  exp_path = NULL
)

Arguments

filename

name of input raster file

title

plot title

lat_long

whether coordinate system is latitude/longitude

h_units

horizontal units

v_units

vertical units

vector

whether to display vectory boundary files

colormap

color palette

exp_path

path for current set of model runs

Value

no return value


[Package ExposR version 1.1 Index]