ugd_remove | R Documentation |
This function will only work after starting a device with ugd()
.
ugd_remove(page = 0, which = dev.cur())
page |
Plot page to remove. If this is set to |
which |
Which device (ID). |
Whether the page existed (and thereby was successfully removed).
ugd()
plot(1, 1) # page 1
hist(rnorm(100)) # page 2
ugd_remove(page = 1) # remove page 1
dev.off()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.