View source: R/NeighbourcalcUniversal_random.R
| NeighbourcalcUniversal_random | R Documentation | 
Takes a workhorse function and creates random one- or two-neighbors
NeighbourcalcUniversal_random(
  funname,
  mperm,
  r,
  ...,
  curperms = NULL,
  replacement = NULL,
  neighbordist = 1
)
| funname | function that creates the individual (O)SOAs | 
| mperm | number of columns of  | 
| r | number of rows of  | 
| ... | arguments for function  | 
| curperms | an rxm matrix of lists of current permutation vectors, or NULL | 
| replacement | a vector of replacements | 
| neighbordist | 1 or 2: one- or two-neighbors in Weng's algorithm | 
list of arrays and corresponding permutations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.