Description Usage Arguments Value Author(s)
View source: R/synapsesSimulation.r
Functions to simulate synapses 3D samples
1 | RSA3DSimulation(n, box, diamSamplerFunc, maxIter = 100)
|
n |
An integer. The number of synapses to generate |
box |
An object of class "box3". Three dimensional box, as given by box3() |
diamSamplerFunc |
A function that get one parameter: the number of values to generate. Returns diameters |
maxIter |
A integer. Maximum number of iterations before failure |
A matrix with 4 columns (X,Y,Z,R) or null if failure
Laura Ant<c3><b3>n-S<c3><a1>nchez RSA3DSimulation
Creates a RSA simulation
Create a RSA simulation with n synapses, sampling the feret's diameter of each sample by calling radSamplerFunc. As convergence is not guaranteed, a stop mechanism based on the number of iterations is provided.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.