ClearPlot | R Documentation |
ClearPlot()
The ClearPlot() function has no return type and does not pass any arguments
The ClearPlot() function returns nothing
Chitran Ghosal
ClearPlot()
ClearPlot<-function(){
if (names(dev.cur()) !='null device'){
invisible(dev.off())
}
#return NULL
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.