knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(DNB) # # generate DNB object # DNB_obj <- DNB(...) # # generate maxDNB object # maxDNB_obj <- maxDNB(DNB_obj) # # visualize DNB object # DNBplot(DNB_obj) # # visualize maxDNB object # DNBplot(maxDNB_obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.