# devtools::install_github("MarcoDVisser/aprof")
library(profvis)
library(LSTS)
p <- profvis({
# block.smooth.periodogram(malleco)
Box.Ljung.Test(malleco, lag = 5)
})
p
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.