Description Usage Arguments Details Value Author(s) See Also Examples
Generating distribution dataset based on input data arrays.
1  | genDistData(data, nbin)
 | 
data | 
 input data array  | 
nbin | 
 number of bins  | 
This function generates distribution dataset based on input data arrays for downstream analysis.
a distribution dataset of a given input data array
Qinxue Meng, Paul Kennedy
1 2  | # load DArray1
DData1 <- genDistData(DArray1, 500)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.