Description Usage Arguments Details Value
View source: R/synapsesSimulation.r
Creates RSA simulations replicating a single sample
1 2 | singleSampleSimulations(realSamples, sampleNo, layer, numSimulations, ml = -1,
sdl = -1, parallel = T)
|
sampleNo |
An integer. Id of the sample to be replicated |
layer |
A roman number as string. The layer of the selected sample |
parallel |
A boolean value. If true, simulations are parallelized |
realSample |
A dataframe with columns X,Y,Z,Feret,Sample.no. and Layer. Real data samples |
numSimulation |
An integer. Number of simulations to create |
mu |
A numeric value. Log mean for the log-normal Feret's diameters distribution |
sigma |
A numeric value. Log std for the log-normal Feret's diameters distribution |
Creates a number of RSA simulations (replicated) computing the parameters from the given sample and returns them in a list. nRSASimulations
List of simulations as returned by RSA3DLognormFromData
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.