rect_to_poly {ggplot2}R Documentation

Convert rectangle to polygon

Description

Useful for non-Cartesian coordinate systems where it's easy to work purely in terms of locations, rather than locations and dimensions.

Usage

rect_to_poly(xmin, xmax, ymin, ymax)

Arguments

xmin
xmax
ymin
ymax

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot2 version 0.8.2 Index]