set_n {rando} | R Documentation |
Set and Get the Default Value for n
Description
Set and get the global value for n for rando functions
Usage
set_n(n)
get_n()
Arguments
n |
value to set as the default n |
Value
The current global default value for n.
set_n()
returns this value invisibly
Examples
set_n(100)
get_n()
[Package rando version 0.2.0 Index]