#' Print method for summary.frontier_model
#'
#' See summary.frontier_model
#' @export
print.summary.frontier_model <- function(object, ...){
print(
paste('Total N. of borders:',
object$n_borders)
)
print(
'N. frontier / non-frontiers'
)
print(
object$borders_tab
)
invisible()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.