plotaus: plotaus sets up a schematic map outline of the SESSF

View source: R/ausmaps.R

plotausR Documentation

plotaus sets up a schematic map outline of the SESSF

Description

plotaus sets up a schematic map outline of Australia. Only the landmass contained within a box defined by leftlong, rightlong, uplat, and downlat. is included. The land areas is shaded.

Usage

plotaus(
  leftlong = 129,
  rightlong = 155,
  uplat = -25,
  downlat = -44.6,
  defineplot = T,
  gridon = 0,
  maintitle = "",
  infont = 7
)

Arguments

leftlong

the longitude of the left hand side of the box plotted; defaults to 129.0

rightlong

the longitude of the right hand size of the box plotted; defaults to 155.0

uplat

the latitude (negative) of the top of the box; default -25.0

downlat

nagative latitude of the bottom of the box; default -44.6

defineplot

default = TRUE; declare the par values for a plot. If this is set to FALSE it would be possible to plot out multiple maps in one plot.

gridon

plot lines at the value of 'gridon'. If set to 0.5 it would include lines every half degree.

maintitle

default = "", adds a title to the plot at top center.

infont

default = 7, bold Times. Used to define the font for axes, etc

Value

plots a schematic map of the SESSF, If defineplot=TRUE it will alter the default par values for plots.

Examples

## Not run: 
 dev.new(height=6.0,width=7.5,noRStudioGD = TRUE)
 plotaus()

## End(Not run)

haddonm/rforcpue documentation built on Oct. 12, 2024, 11:55 p.m.