current.viewport {grid}R Documentation

Get the Default Grid Viewport

Description

Returns the viewport that Grid is going to draw into.

Usage

current.viewport(vp=NULL)

Arguments

vp A Grid viewport object.

Details

This function should only be used without the vp argument (i.e., only to return the current viewport).

The vp argument only exists for historical reasons. It will be removed in future versions.

Value

A Grid viewport object.

Author(s)

Paul Murrell

See Also

viewport


[Package Contents]