createPlotScript.GMT4: Creates a shell script for GMT 4.5 to plot a dataframe or csv...

Description Usage Arguments Details Value

View source: R/createPlotScript.GMT4.R

Description

A function to create a shell script for GMT 4.5 to plot a dataframe or csv file on a map.

Usage

1
2
3
4
5
createPlotScript.GMT4(delx = 1, dely = 1, logtr = FALSE,
  blocktype = c("MEAN", "SUM"), plt_blocktype = c("SMOOTH", "COARSE"),
  plt_surface = FALSE, plt_bars = FALSE, plt_blocklocations = FALSE,
  plt_stations = FALSE, plt_colorscale = FALSE, plt_reflines = FALSE,
  plt_title = FALSE, cleanup = TRUE)

Arguments

delx

= x increment for associated grids

dely

= y increment for associated grids

logtr

= flag to ln-transform z data

blocktype

= flag ('MEAN' or 'SUM') for grouping data

plt_blocktype

= flag ('SMOOTH','COARSE') for displaying surface

plt_surface

= flag to plot data as a color density image

plt_bars

= flag to plot data as bars

plt_blocklocations

= flag to plot block locations as X's

plt_colorscale

= flag to plot color scale

plt_reflines

= flag to include refernce lines on map

plt_title

= flag to include title on map

cleanup

= flag to remove temporary files

Details

External Requirements: * GMT 4.5.x

Value

GMT function script as character vector


wStockhausen/wtsGMT documentation built on May 3, 2019, 7:36 p.m.