out_example_network: Generating distance matrix.

View source: R/functions_auxiliary.R

out_example_networkR Documentation

Generating distance matrix.

Description

Generates an example of two-dimensional network of 3 Gaussians with number of units being num_units. Please refer to the example.

Usage

out_example_network(num_units)

Arguments

num_units

The number of units in the network.

Value

A list of D, a square matrix of all pairwise Euclidean distances between units, and thepoints, a matrix of dimension num_units by 2 of coordinates of the generated network units. (binary).


dpuelz/CliqueRT documentation built on Jan. 6, 2023, 11:20 p.m.