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

Description Usage Arguments Details Value

View source: R/createPlotScript.GMT5.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
createPlotScript.GMT5(z10 = 1, logtr = FALSE, blocktype = c("MEAN",
  "SMOOTH"), 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)

Arguments

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

z1

= scale for z axis

delx

= x increment for associated grids

dely

= y increment for associated grids

Details

External Requirements: * GMT 5.1.x —DOESN'T WORK!!

Value

GMT function script as character vector


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