.makeViewports {quickPlot}R Documentation

Make viewports

Description

Given a set of extents, and a layout for these extents, this function will output a viewport tree to allow plotting.

Usage

.makeViewports(sPlot, newArr = FALSE)

Arguments

sPlot

An object of class .quickPlot.

newArr

Logical indicating whether this function will create a completely new viewport. Default FALSE.

Details

This function will either create a totally new set of viewports, or simply add some nested viewports to an existing arrangement, i.e., is there still white space available to plot.

Author(s)

Eliot McIntire


[Package quickPlot version 1.0.2 Index]