ugd_clear | R Documentation |
This function will only work after starting a device with ugd()
.
ugd_clear(which = dev.cur())
which |
Which device (ID). |
Whether there were any pages to remove.
ugd()
plot(1, 1)
hist(rnorm(100))
ugd_clear() # Clear all previous plots
hist(rnorm(100))
dev.off()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.