R/P.alloc.R

Defines functions P.free.all

#  File R/P.alloc.R in package latentnet, part of the
#  Statnet suite of packages for network analysis, https://statnet.org .
#
#  This software is distributed under the GPL-3 license.  It is free,
#  open source, and has the attribution requirements (GPL Section 7) at
#  https://statnet.org/attribution .
#
#  Copyright 2003-2024 Statnet Commons
################################################################################
## Lets the user call P.free.all from R. Only used for debugging.
P.free.all<-function() invisible(try(.C("P_free_all", PACKAGE="latentnet")))
statnet/latentnet documentation built on Feb. 24, 2024, 4:02 p.m.