vert.poly: Plot shaded area between lines

Description Usage Arguments

View source: R/vert.poly.R

Description

Function to simplify plotting shaded areas between two lines. Functionality to deal with missing values is added (breaks in the shaded areas where there are missing values).

Usage

1
vert.poly(y1, y2, x = seq(along = y1), horizontal = TRUE, ...)

Arguments

y1,y2

vectors for vertical lines

x

vector with x intersects (optional)

horizontal

logical, x-y axis inverted if FALSE

...

additional arguments passed to polygon


jonasbhend/geoutils documentation built on May 19, 2019, 7:27 p.m.