inst/examplePackage/LologExtension/R/RcppExports.R

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#' An basic example of a function in C++ using lolog
#' @return a list of a character vector, a numeric vector, and an lolog DirectedNet
#' @examples
#' lolog_hello_world()
#'
#' #MinDegree is an new statistic defined by this package
#' if(require(network)){
#' 	data(flo)
#' 	nflo<-as.BinaryNet(network(flo,directed=FALSE) )
#' 	fit <- lolog(nflo ~ edges() + minDegree(3),verbose=0)
#' 	summary(fit)
#' }
lolog_hello_world <- function() {
    .Call('_LologExtension_lolog_hello_world', PACKAGE = 'LologExtension')
}

registerMinDegree <- function() {
    invisible(.Call('_LologExtension_registerMinDegree', PACKAGE = 'LologExtension'))
}

Try the lolog package in your browser

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

lolog documentation built on July 1, 2021, 9:09 a.m.