Learn R Programming

  • This is the skeleton for an lolog extension package.

  • If code in source is edited run library(Rcpp) compileAttributes() within the package directory to update the Rcpp attribute-generated files.

  • Documentation is updated using library(Rcpp) compileAttributes() library(roxygen2) roxygenize('.', roclets='rd')

  • New statistics added by this package:

    • minTriadicClosure: A new statistic for LOLOG for counting nodes that participate in at least a specified number of triangles.

Copy Link

Version

Install

install.packages('MinTriadic')

Monthly Downloads

139

Version

1.0.0

License

GPL (>= 3)

Maintainer

Lekshmy Hema Nair

Last Published

June 23rd, 2025

Functions in MinTriadic (1.0.0)

minTriadicClosure

minTriadicClosure
registerMinTriadicClosure

Register MinTriadicClosure Statistic (Internal)