Learn R Programming

httpgd (version 1.3.1)

hgd_clear: Clear all httpgd plot pages.

Description

This function will only work after starting a device with hgd().

Usage

hgd_clear(which = dev.cur())

Value

Whether there were any pages to remove.

Arguments

which

Which device (ID).

Examples

Run this code
hgd()

plot(1, 1)
hgd_clear()
hgd_clear()

dev.off()

Run the code above in your browser using DataLab