arrangeViewports: Determine optimal plotting arrangement of plot objects

.arrangeViewportsR Documentation

Determine optimal plotting arrangement of plot objects

Description

Internal function. Assesses the device geometry, the map geometry, and the number of spatial objects to plot and builds an object that will be used by the Plot functions to plot them efficiently.

Usage

.arrangeViewports(sPlot, arr = NULL)

## S4 method for signature '.quickPlot'
.arrangeViewports(sPlot, arr = NULL)

Arguments

sPlot

A .quickPlot object.

arr

A vector of length 2 indicating a desired arrangement of plot areas indicating number of rows, number of columns. Default NULL, meaning let Plot function do it automatically.

Author(s)

Eliot McIntire


quickPlot documentation built on July 9, 2023, 6:02 p.m.