View source: R/functions_auxiliary.R
| out_example_network | R Documentation |
Generates an example of two-dimensional network of 3 Gaussians with
number of units being num_units.
Please refer to the example.
out_example_network(num_units)
num_units |
The number of units in the network. |
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).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.