computeLimits {graphicalExtremes}R Documentation

Compute plot limits

Description

Helper function to compute the axis limits of a plot with given x, y data and optionally a fixed x-y-ratio and correcting the latitude/longitude scale at different latitudes

Usage

computeLimits(xData, yData, xyRatio = 1, convertLatLong = TRUE, stretch = 1)

[Package graphicalExtremes version 0.3.4 Index]