R/helpers_for_subsampling_analysis.R

Defines functions network_metrics_evaluate

#Function to evaluate network metrics from the function definitions passed by the user
network_metrics_evaluate=function(x, funcs) {return(lapply(funcs, function(f) f(x)))}

Try the aniSNA package in your browser

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

aniSNA documentation built on May 29, 2024, 11:14 a.m.