# Post processor function for standardizing LVs
#' @export
standardize_LVs <- function(node){
scaling_settings <- apply(node$LVs, 2, sd)
return(scaling_settings)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.