https://github.com/cran/JGL
Raw File
Tip revision: 52fc1717ad075c0478330b029d005eaaf1f52690 authored by Patrick Danaher on 19 December 2023, 05:50:06 UTC
version 2.3.2
Tip revision: 52fc171
NAMESPACE
export(JGL,plot.jgl,print.jgl,screen.fgl,screen.ggl,subnetworks,net.neighbors,net.hubs,net.edges,net.degree)
import(igraph)
importFrom("graphics", "plot")
importFrom("stats", "cov", "var")
S3method(plot, jgl)
S3method(print, jgl)

back to top