knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(gslope) d = gslope(mtcars) summary(d) coef(d) graph_plot(d) plot(d, col = "navy", plt = "corr") plot(d, plt = "precision")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.