seed | R Documentation |
Setting seed
seed(seed, kind = NULL, normal_kind = NULL, sample_kind = NULL)
seed |
a single value, interpreted as an integer, or |
kind |
character or |
normal_kind |
character string or NULL. If it is a character string, set the method of Normal generation. Use "default" to return to the R default. NULL makes no change. |
sample_kind |
character string or NULL. If it is a character string, set the method of discrete uniform generation (used in sample, for instance). Use "default" to return to the R default. NULL makes no change. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.