byplot: Bayernkarten for the rest of us!

Description Usage Arguments Value Examples

View source: R/byplot.R

Description

Draws rudimentary maps of Bavaria.

Usage

1
2
byplot(x, y, bycol = NA, density = NULL, angle = 45, bylty = 1,
  plotmain = "", ...)

Arguments

x

x-Coordinates of points in Bayern

y

y-Coordinates of points in Bayern

bycol

color of Bayernkarte

density

shading density of Bayernkarte

angle

shading angle of Bayernkarte

bylty

linetype of Bayernkarte

plotmain

title of the plot

...

additional arguments passed to plotting of points in BY

Value

nothing. invoked for side effects (plotting).

Examples

1
2
3
4
byplot(c(9.98, 10.97, 10.56),
 c(50.11, 48.45, 49.77),
 bycol = "olivedrab", bylty = 0,
 col = "lightsalmon", pch = 20, cex = 2)

cszang/BYmap documentation built on May 14, 2019, 12:26 p.m.