Nothing
#' unigd: Universal graphics device
#'
#' Universal graphics device
#'
#' @name unigd-package
#' @useDynLib unigd, .registration=TRUE
"_PACKAGE"
.onLoad <- function(libname, pkgname) {
unigd_ipc_open_()
}
#' @importFrom grDevices dev.list dev.off
.onUnload <- function (libpath) {
ugd_close(all = TRUE)
unigd_ipc_close_()
library.dynam.unload("unigd", libpath)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.