Nothing
plot.ddc = function(x, ...){
#' @export
#'
#' @title plot depth-depth curve
#'
#' @param x depth-depth curve
#' @param ... other parameters passed to plot
#'
plot(x = x$h1,
y = x$h2,
...)
}
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.