#' EigenValues
#' @param M a matrix
#' @description trapozoid_roc applies the trapezoidal integration for Partial ROC curve.
#' @return `Eigen` rounds the eigen values
#' @useDynLib biogeoTools
#' @export
gwEigen <- function(M){
return(gw_Eigen(M))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.