SampleRand | R Documentation |
Plot the LC gradient profile.
SampleRand(x, gnumber, gnames)
x |
data frame, the first column is the id of the samples and the second column is the groups of each sample. |
gnumber |
numeric, number of groups in the sample, need to be between 2 and 6. |
gnames |
character, names of the groups, need to be the same of the input data frame. |
A randomized sample list.
Estevan Bruginski estevan.bruginski@ufpr.br Universidade Federal do Paraná License: MIT + file LICENSE
## Not run: SampleRand(x, gnumber = 3, gnames = c("g1", "g2", "g3")) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.