BinaryNet {lolog} | R Documentation |
BinaryNet
Description
BinaryNet
Details
Rcpp_DirectedNet and Rcpp_UndirectedNet are the native network classes for the lolog package. They are designed for algorithmic performance, and are thin wrappers for an underlying C++ object. These network objects can be passed back and forth between R and C++ with little overhead. Because they are pointers to C++ objects, serialization via 'save' or 'dput' are not supported
[Package lolog version 1.3.1 Index]