Description Arguments Details Author(s) Examples
Generates matrices where the groups have a specific percentage of overlap with each other.
reps |
The desired number of overlap specific matrices to generate for each overlap. |
overlaps |
A numerical vector containing all of the overlaps to be generated. |
dim |
The number of dimensions (columns) to generate. Passed to the makeMatrix function. |
points |
The number of data points in each group. Passed to the makeMatrix function. |
by |
Passed to the |
verbose |
Should the function be verbose? |
save |
Should output be saved? |
The function generates overlap specific matrices. It can do this either for a
specific overlap or many at once. It is also capable of generating replicates
for a single overlap value. All matrices must pass multiple tests before they
are accepted with which tests they must pass being dependant on the desired
overlap. This function has only been tested with the dim
,
points
, and by
values set to their defaults as it utilizes the
overlapProbability
output and the dynamicXY
function.
Jason Serviss
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.