pageGuideHide: Remove guides from a plotgardener page

View source: R/pageGuideHide.R

pageGuideHideR Documentation

Remove guides from a plotgardener page

Description

Remove guides from a plotgardener page

Usage

pageGuideHide()

Value

None.

Note

Please note that due to the implementation of 'grid' removal functions, using 'pageGuideHide' within a 'pdf' call will result in the rendering of a separate, new page with the plot guides removed. To avoid this artifact, hide guides in the 'pageCreate' function call with 'showGuides = FALSE'.

Examples

## Make a page
pageCreate(width = 7, height = 4, default.units = "inches")

## Hide page guides
pageGuideHide()


PhanstielLab/plotgardener documentation built on May 7, 2024, 4:21 a.m.