print.mcml_layer: Print Method for an mcml Layer

View source: R/mcml.R

print.mcml_layerR Documentation

Print Method for an mcml Layer

Description

Compact summary of one mcml layer (macro or a single within-cluster network) – nodes, edges, weight matrix dimensions – without spilling the full $weights, $inits, or $data contents.

Usage

## S3 method for class 'mcml_layer'
print(x, ...)

Arguments

x

An mcml_layer.

...

Unused.

Value

The input, invisibly.


Nestimate documentation built on July 11, 2026, 1:09 a.m.