R/SimMeasure.R

Defines functions SimMeasure

Documented in SimMeasure

SimMeasure<-function(data, threshold=NULL, ...){
    x<-.Call("SimMeasure",data, threshold, pkg="NetComp" )
    if(!is.null(row.names(data))){
        row.names(x)<-colnames(data); colnames(x)<-colnames(data)
    }
    x
}

Try the NetComp package in your browser

Any scripts or data that you put into this service are public.

NetComp documentation built on May 2, 2019, 8:15 a.m.