#' print.web
#'
#' @param x a web
#' @param ... further parameters (unused)
#'
#' @export
#'
#' @examples
#' xy <- cbind(runif(30), runif(30))
#' g <- fishbone(8)
#' g
#' gf <- web(g, xy)
#' gf
print.web <- function(x, ...) {
str(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.