get_transitivity <- function(R){ if(anyNA(R)) stop("Valores perdidos") .Call("get_transitivity_cpp",R) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.